gstreamer_core/gst/gstpipeline.h
branchRCL_3
changeset 8 7e817e7e631c
parent 7 567bb019e3e3
--- a/gstreamer_core/gst/gstpipeline.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gstreamer_core/gst/gstpipeline.h	Wed Sep 01 12:16:41 2010 +0100
@@ -59,8 +59,7 @@
  *               GST_PIPELINE_FLAG_FIXED_CLOCK is set.
  * @stream_time: The stream time of the pipeline. A better name for this
  *         property would be the running_time, the total time spent in the
- *         PLAYING state without being flushed. (deprecated, use the start_time
- *         on GstElement).
+ *         PLAYING state without being flushed.
  * @delay: Extra delay added to base_time to compensate for computing delays
  *         when setting elements to PLAYING.
  *
@@ -104,23 +103,22 @@
 
 
 GstBus*		gst_pipeline_get_bus		(GstPipeline *pipeline);
-
-#ifndef GST_DISABLE_DEPRECATED
 #ifdef __SYMBIAN32__
 IMPORT_C
 #endif
 
+
 void		gst_pipeline_set_new_stream_time  (GstPipeline *pipeline, GstClockTime time);
 #ifdef __SYMBIAN32__
 IMPORT_C
 #endif
 
 GstClockTime	gst_pipeline_get_last_stream_time (GstPipeline *pipeline);
-#endif
 #ifdef __SYMBIAN32__
 IMPORT_C
 #endif
 
+
 void            gst_pipeline_use_clock          (GstPipeline *pipeline, GstClock *clock);
 #ifdef __SYMBIAN32__
 IMPORT_C