Commit 54cbb2ed authored by Jacob Walser's avatar Jacob Walser

use 1.2.4 api

parent dc88eb65
...@@ -823,7 +823,7 @@ VideoReceiver::_keyframeWatch(GstPad* pad, GstPadProbeInfo* info, gpointer user_ ...@@ -823,7 +823,7 @@ VideoReceiver::_keyframeWatch(GstPad* pad, GstPadProbeInfo* info, gpointer user_
} else { } else {
VideoReceiver* pThis = (VideoReceiver*)user_data; VideoReceiver* pThis = (VideoReceiver*)user_data;
// reset the clock // reset the clock
GstClock* clock = gst_pipeline_get_pipeline_clock(GST_PIPELINE(pThis->_pipeline)); GstClock* clock = gst_pipeline_get_clock(GST_PIPELINE(pThis->_pipeline));
GstClockTime time = gst_clock_get_time(clock); GstClockTime time = gst_clock_get_time(clock);
gst_object_unref(clock); gst_object_unref(clock);
gst_element_set_base_time(pThis->_pipeline, time); // offset pipeline timestamps to start at zero again gst_element_set_base_time(pThis->_pipeline, time); // offset pipeline timestamps to start at zero again
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment