gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    22 
    22 
    23 #ifdef HAVE_CONFIG_H
    23 #ifdef HAVE_CONFIG_H
    24 #include "config.h"
    24 #include "config.h"
    25 #endif
    25 #endif
    26 
    26 
    27 #include "gst/gstregistry.h"
    27 #include "gstregistry.h"
    28 
    28 
    29 #include "gstspeechencoderconfig.h"
    29 #include "gstspeechencoderconfig.h"
    30 
    30 
    31 #ifdef __SYMBIAN32__
    31 #ifdef __SYMBIAN32__
    32 #include <glib_global.h>
    32 #include <glib_global.h>
    53       NULL
    53       NULL
    54     };
    54     };
    55 
    55 
    56   
    56   
    57     speech_encoder_config_type = g_type_register_static (G_TYPE_INTERFACE, "GstSpeechEncoderConfig",
    57     speech_encoder_config_type = g_type_register_static (G_TYPE_INTERFACE, "GstSpeechEncoderConfig",
    58         &speech_encoder_config_info, (GTypeFlags)0);
    58         &speech_encoder_config_info, 0);
    59 
    59 
    60   }
    60   }
    61 
    61 
    62   return speech_encoder_config_type;
    62   return speech_encoder_config_type;
    63 }
    63 }