change volume of pipeline created with gst_parse_launch()
mapcol
markopacaklocarno at gmail.com
Sat Aug 20 14:18:33 UTC 2016
How can you change volume to pipelines like
pipe = gst_parse_launch("audiotestsrc ! audioconvert ! audioresample !
autoaudiosink");
This does not seem to work:
gdouble vol = 0.6;
g_object_set(pipe, "volume", vol, NULL);
Do I have to insert a ! volume ! element, then retrievet and set it's
property or is there another simplest way?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/change-volume-of-pipeline-created-with-gst-parse-launch-tp4679172.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list