X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstobject.c;h=c3b8db7d46e0cb33d672f9e15bb43f9e48795da1;hb=2c7a8b924a7be5c92ce9347f37283a09239296ae;hp=21c3126f0bc10ea31d9f6e866c5915e4e24df562;hpb=9c3c0fb251c03146dbf08acb5a588e6dd986c860;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstobject.c b/gst/gstobject.c index 21c3126..c3b8db7 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -121,8 +121,8 @@ * * * Set the control values - * gst_interpolation_control_source_set (csource,0 * GST_SECOND, value1); - * gst_interpolation_control_source_set (csource,1 * GST_SECOND, value2); + * gst_timed_value_control_source_set ((GstTimedValueControlSource *)csource,0 * GST_SECOND, value1); + * gst_timed_value_control_source_set ((GstTimedValueControlSource *)csource,1 * GST_SECOND, value2); * * * start your pipeline