GStreamer multimedia framework
Find a file
Tim-Philipp Müller 817779ca35 lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
The element downstream of mp3enc might only accept certain sample rates or channels,
make sure we relay any restrictions that do exist to upstream when it does a
get_caps() on the sink pad. That way upstream elements like audioresample or
audioconvert can pick a sample rate / channel configuration that will be accepted,
instead of just negotiating to the highest, which might then be rejected.

https://bugzilla.gnome.org/show_bug.cgi?id=641151
2011-02-03 18:27:05 +00:00
ext/lame lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream 2011-02-03 18:27:05 +00:00
tests/check/pipelines check: don't use deprecated method 2010-12-07 15:39:32 +01:00