GNOME Bugzilla – Bug 678403
playsink: handle sinks with both raw and non-raw caps in conversion bin
Last modified: 2012-06-20 10:15:27 UTC
When conversion elements are needed for audio or video, and the sink has both raw and non-raw caps, pipeline would fail because the sink caps would be detected as non-raw. The attached patch fixes that.
Created attachment 216741 [details] [review] Fix conversion bin raw caps check
commit aeb09c0b523a157c0daf17c323ea161c5af0d4b9 Author: Arnaud Vrac <avrac@freebox.fr> Date: Wed Jun 20 11:11:47 2012 +0100 playsinkconvertbin: Fix conversion bin when sink has both raw and non-raw caps Fixes bug #678403.