After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678403 - playsink: handle sinks with both raw and non-raw caps in conversion bin
playsink: handle sinks with both raw and non-raw caps in conversion bin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.37
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-19 12:53 UTC by Arnaud Vrac
Modified: 2012-06-20 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix conversion bin raw caps check (751 bytes, patch)
2012-06-19 12:54 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2012-06-19 12:53:25 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.
Comment 1 Arnaud Vrac 2012-06-19 12:54:17 UTC
Created attachment 216741 [details] [review]
Fix conversion bin raw caps check
Comment 2 Sebastian Dröge (slomo) 2012-06-20 10:15:24 UTC
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.