gstreamer_core/libs/gst/controller/lib.c
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    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 #include <gst/gst.h>
    26 #include <gst/gst.h>
       
    27 #include <gst/controller/gstcontroller.h>
    27 
    28 
    28 /* library initialisation */
    29 /* library initialisation */
    29 
    30 
    30 #define GST_CAT_DEFAULT controller_debug
    31 #define GST_CAT_DEFAULT controller_debug
    31 GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
    32 GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
    41  * Returns: the %TRUE for success.
    42  * Returns: the %TRUE for success.
    42  */
    43  */
    43 #ifdef __SYMBIAN32__
    44 #ifdef __SYMBIAN32__
    44 EXPORT_C
    45 EXPORT_C
    45 #endif
    46 #endif
    46  
       
    47 gboolean
    47 gboolean
    48 gst_controller_init (int *argc, char ***argv)
    48 gst_controller_init (int *argc, char ***argv)
    49 {
    49 {
    50   static gboolean _gst_controller_initialized = FALSE;
    50   static gboolean _gst_controller_initialized = FALSE;
    51 
    51