gstreamer_core/gst/gstpipeline.h
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
    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.
    62  *         PLAYING state without being flushed. (deprecated, use the start_time
       
    63  *         on GstElement).
    63  * @delay: Extra delay added to base_time to compensate for computing delays
    64  * @delay: Extra delay added to base_time to compensate for computing delays
    64  *         when setting elements to PLAYING.
    65  *         when setting elements to PLAYING.
    65  *
    66  *
    66  * The #GstPipeline structure.
    67  * The #GstPipeline structure.
    67  */
    68  */
   101 IMPORT_C
   102 IMPORT_C
   102 #endif
   103 #endif
   103 
   104 
   104 
   105 
   105 GstBus*		gst_pipeline_get_bus		(GstPipeline *pipeline);
   106 GstBus*		gst_pipeline_get_bus		(GstPipeline *pipeline);
       
   107 
       
   108 #ifndef GST_DISABLE_DEPRECATED
   106 #ifdef __SYMBIAN32__
   109 #ifdef __SYMBIAN32__
   107 IMPORT_C
   110 IMPORT_C
   108 #endif
   111 #endif
   109 
       
   110 
   112 
   111 void		gst_pipeline_set_new_stream_time  (GstPipeline *pipeline, GstClockTime time);
   113 void		gst_pipeline_set_new_stream_time  (GstPipeline *pipeline, GstClockTime time);
   112 #ifdef __SYMBIAN32__
   114 #ifdef __SYMBIAN32__
   113 IMPORT_C
   115 IMPORT_C
   114 #endif
   116 #endif
   115 
   117 
   116 GstClockTime	gst_pipeline_get_last_stream_time (GstPipeline *pipeline);
   118 GstClockTime	gst_pipeline_get_last_stream_time (GstPipeline *pipeline);
       
   119 #endif
   117 #ifdef __SYMBIAN32__
   120 #ifdef __SYMBIAN32__
   118 IMPORT_C
   121 IMPORT_C
   119 #endif
   122 #endif
   120 
       
   121 
   123 
   122 void            gst_pipeline_use_clock          (GstPipeline *pipeline, GstClock *clock);
   124 void            gst_pipeline_use_clock          (GstPipeline *pipeline, GstClock *clock);
   123 #ifdef __SYMBIAN32__
   125 #ifdef __SYMBIAN32__
   124 IMPORT_C
   126 IMPORT_C
   125 #endif
   127 #endif