audiovisualizer: Don't try to sync controller values to invalid timestamp
This commit is contained in:
parent
1826c126bf
commit
77d4a59969
@ -948,6 +948,7 @@ gst_audio_visualizer_chain (GstPad * pad, GstObject * parent,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
/* sync controlled properties */
|
/* sync controlled properties */
|
||||||
|
if (GST_CLOCK_TIME_IS_VALID (ts))
|
||||||
gst_object_sync_values (GST_OBJECT (scope), ts);
|
gst_object_sync_values (GST_OBJECT (scope), ts);
|
||||||
|
|
||||||
GST_BUFFER_TIMESTAMP (outbuf) = ts;
|
GST_BUFFER_TIMESTAMP (outbuf) = ts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user