mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
controller: port to new controller location and api
This commit is contained in:
parent
3c1e728acd
commit
e6b4176d0a
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ gst_stereo_transform_ip (GstBaseTransform * base, GstBuffer * outbuf)
|
|||
return GST_FLOW_OK;
|
||||
|
||||
if (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_TIMESTAMP (outbuf)))
|
||||
gst_object_sync_values (G_OBJECT (stereo), GST_BUFFER_TIMESTAMP (outbuf));
|
||||
gst_object_sync_values (GST_OBJECT (stereo), GST_BUFFER_TIMESTAMP (outbuf));
|
||||
|
||||
if (stereo->active) {
|
||||
for (i = 0; i < samples / 2; i += 2) {
|
||||
|
|
Loading…
Reference in a new issue