GNOME Bugzilla – Bug 572358
law encoders _getcaps ignore rate/channel if not both are set
Last modified: 2009-02-22 17:48:45 UTC
Test: gst-launch-0.10 audiotestsrc ! alawenc ! audio/x-alaw, rate=10000 ! fakesink The _getcaps() func in the alaw/mulaw encoders ignore the rate or channel ocunt if both are not set, attaching git patch.
Created attachment 129026 [details] [review] separate rate/channel negotiation
Created attachment 129027 [details] [review] implement getcaps in decoders while I'm giving the law elements some love, here are are patches to implement getcaps in the decoders too
commit bfcf84a3eb766f2da0cf1cfdecdd9dcdf847f75f Author: Olivier Crete <tester@tester.ca> Date: Sun Feb 22 18:47:35 2009 +0100 alaw/mulaw: Implement _getcaps function for alaw/mulaw decoders Fixes bug #572358. commit b3a90202c12619bb32712a5d185d48b6286911e6 Author: Olivier Crete <tester@tester.ca> Date: Sun Feb 22 18:46:03 2009 +0100 alaw/mulaw: Don't require both, rate and channel, to be set in _getcaps Fixes bug #572358.