gstreamer_core/libs/gst/controller/lib.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 #include <gst/gst.h>
    26 #include <gst/gst.h>
    27 #include <gst/controller/gstcontroller.h>
       
    28 
    27 
    29 /* library initialisation */
    28 /* library initialisation */
    30 
    29 
    31 #define GST_CAT_DEFAULT controller_debug
    30 #define GST_CAT_DEFAULT controller_debug
    32 GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
    31 GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
    42  * Returns: the %TRUE for success.
    41  * Returns: the %TRUE for success.
    43  */
    42  */
    44 #ifdef __SYMBIAN32__
    43 #ifdef __SYMBIAN32__
    45 EXPORT_C
    44 EXPORT_C
    46 #endif
    45 #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