gstreamer_core/gst/gstpipeline.h
branchRCL_3
changeset 8 7e817e7e631c
parent 7 567bb019e3e3
equal deleted inserted replaced
7:567bb019e3e3 8:7e817e7e631c
    57  * GstPipeline:
    57  * GstPipeline:
    58  * @fixed_clock: The fixed clock of the pipeline, used when 
    58  * @fixed_clock: The fixed clock of the pipeline, used when 
    59  *               GST_PIPELINE_FLAG_FIXED_CLOCK is set.
    59  *               GST_PIPELINE_FLAG_FIXED_CLOCK is set.
    60  * @stream_time: The stream time of the pipeline. A better name for this
    60  * @stream_time: The stream time of the pipeline. A better name for this
    61  *         property would be the running_time, the total time spent in the
    61  *         property would be the running_time, the total time spent in the
    62  *         PLAYING state without being flushed. (deprecated, use the start_time
    62  *         PLAYING state without being flushed.
    63  *         on GstElement).
       
    64  * @delay: Extra delay added to base_time to compensate for computing delays
    63  * @delay: Extra delay added to base_time to compensate for computing delays
    65  *         when setting elements to PLAYING.
    64  *         when setting elements to PLAYING.
    66  *
    65  *
    67  * The #GstPipeline structure.
    66  * The #GstPipeline structure.
    68  */
    67  */
   102 IMPORT_C
   101 IMPORT_C
   103 #endif
   102 #endif
   104 
   103 
   105 
   104 
   106 GstBus*		gst_pipeline_get_bus		(GstPipeline *pipeline);
   105 GstBus*		gst_pipeline_get_bus		(GstPipeline *pipeline);
   107 
       
   108 #ifndef GST_DISABLE_DEPRECATED
       
   109 #ifdef __SYMBIAN32__
   106 #ifdef __SYMBIAN32__
   110 IMPORT_C
   107 IMPORT_C
   111 #endif
   108 #endif
       
   109 
   112 
   110 
   113 void		gst_pipeline_set_new_stream_time  (GstPipeline *pipeline, GstClockTime time);
   111 void		gst_pipeline_set_new_stream_time  (GstPipeline *pipeline, GstClockTime time);
   114 #ifdef __SYMBIAN32__
   112 #ifdef __SYMBIAN32__
   115 IMPORT_C
   113 IMPORT_C
   116 #endif
   114 #endif
   117 
   115 
   118 GstClockTime	gst_pipeline_get_last_stream_time (GstPipeline *pipeline);
   116 GstClockTime	gst_pipeline_get_last_stream_time (GstPipeline *pipeline);
   119 #endif
       
   120 #ifdef __SYMBIAN32__
   117 #ifdef __SYMBIAN32__
   121 IMPORT_C
   118 IMPORT_C
   122 #endif
   119 #endif
       
   120 
   123 
   121 
   124 void            gst_pipeline_use_clock          (GstPipeline *pipeline, GstClock *clock);
   122 void            gst_pipeline_use_clock          (GstPipeline *pipeline, GstClock *clock);
   125 #ifdef __SYMBIAN32__
   123 #ifdef __SYMBIAN32__
   126 IMPORT_C
   124 IMPORT_C
   127 #endif
   125 #endif