[Bug 731169] New: adder: do not reject caps which differ only by codec_data
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 3 10:08:57 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731169
GStreamer | gst-plugins-base | git
Summary: adder: do not reject caps which differ only by
codec_data
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: vincent.penquerch at collabora.co.uk
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=277818)
View: https://bugzilla.gnome.org/attachment.cgi?id=277818
Review: https://bugzilla.gnome.org/review?bug=731169&attachment=277818
adder: do not reject caps which differ only by codec_data
This lets a pipeline such as [1] work.
gst-launch-1.0 filesrc location=/home/v/Samples/8.wav ! wavparse !
audioconvert ! audioresample ! 'audio/x-raw,format=S32LE,rate=48000,channels=2'
! queue name=q48 ! adder name=mix ! queue ! audioconvert ! alsasink
filesrc location=/home/v/Samples/6.wav ! wavparse ! audioconvert !
audioresample ! 'audio/x-raw,format=S32LE,rate=48000,channels=2' ! queue
name=q44 ! mix.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list