gstreamer_core/libs/gst/base/gstcollectpads.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    81   } abidata;
    81   } abidata;
    82 };
    82 };
    83 
    83 
    84 /**
    84 /**
    85  * GstCollectPadsFunction:
    85  * GstCollectPadsFunction:
    86  * @pads: the #GstCollectPads that triggered the callback
    86  * @pads: the #GstCollectPads that trigered the callback
    87  * @user_data: user data passed to gst_collect_pads_set_function()
    87  * @user_data: user data passed to gst_collect_pads_set_function()
    88  *
    88  *
    89  * A function that will be called when all pads have received data.
    89  * A function that will be called when all pads have received data.
    90  *
    90  *
    91  * Returns: #GST_FLOW_OK for success
    91  * Returns: #GST_FLOW_OK for success
   246 						 guint8 **bytes, guint size);
   246 						 guint8 **bytes, guint size);
   247 #ifdef __SYMBIAN32__
   247 #ifdef __SYMBIAN32__
   248 IMPORT_C
   248 IMPORT_C
   249 #endif
   249 #endif
   250 
   250 
   251 GstBuffer *     gst_collect_pads_read_buffer    (GstCollectPads * pads, GstCollectData * data,
   251 GstBuffer *      gst_collect_pads_read_buffer      (GstCollectPads * pads, GstCollectData * data,
   252 						 guint size);
   252 						 guint size);
   253 #ifdef __SYMBIAN32__
   253 #ifdef __SYMBIAN32__
   254 IMPORT_C
   254 IMPORT_C
   255 #endif
   255 #endif
   256 
   256 
   257 GstBuffer *     gst_collect_pads_take_buffer    (GstCollectPads * pads, GstCollectData * data,
   257 GstBuffer *      gst_collect_pads_take_buffer      (GstCollectPads * pads, GstCollectData * data,
   258 						 guint size);
   258 						 guint size);
   259 #ifdef __SYMBIAN32__
   259 #ifdef __SYMBIAN32__
   260 IMPORT_C
   260 IMPORT_C
   261 #endif
   261 #endif
   262 
   262