diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gstreamer_core/gst/gstpipeline.h --- a/gstreamer_core/gst/gstpipeline.h Wed Mar 31 22:03:18 2010 +0300 +++ b/gstreamer_core/gst/gstpipeline.h Tue Aug 31 15:30:33 2010 +0300 @@ -59,7 +59,8 @@ * 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. + * PLAYING state without being flushed. (deprecated, use the start_time + * on GstElement). * @delay: Extra delay added to base_time to compensate for computing delays * when setting elements to PLAYING. * @@ -103,22 +104,23 @@ 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