From: Stefan Sauer Date: Fri, 4 Nov 2011 17:52:35 +0000 (+0100) Subject: controller: port to new controller location and api X-Git-Tag: 1.19.3~509^2~1244^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6b4176d0a7b0eb9a1dde505c56fa325820b6f96;p=platform%2Fupstream%2Fgstreamer.git controller: port to new controller location and api --- diff --git a/gst/audiofx/gststereo.c b/gst/audiofx/gststereo.c index db054c4..8b45e58 100644 --- a/gst/audiofx/gststereo.c +++ b/gst/audiofx/gststereo.c @@ -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) {