[Bug 680870] New: playbin2 doesn't plug necessary parsers
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jul 30 14:14:09 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=680870
GStreamer | don't know | git
Summary: playbin2 doesn't plug necessary parsers
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: don't know
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: fraxinas at opendreambox.org
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
once again, i am sure we had this problem before but i can't seem to find the
right ticket atm
i've got a sink with the following
Pad Templates:
SINK template: 'sink'
Availability: Always
Capabilities:
audio/x-raw-int
endianess: 1234
signed: { true, false }
rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000,
44100, 48000 }
channels: [ 1, 2 ]
width: 8
depth: 8
audio/x-raw-int
endianess: 1234
signed: { true, false }
rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000,
44100, 48000 }
channels: [ 1, 2 ]
width: 16
depth: 16
audio/x-raw-int
endianess: 1234
signed: { true, false }
rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000,
44100, 48000 }
channels: [ 1, 2 ]
width: 24
depth: 24
audio/x-raw-int
endianess: 1234
signed: { true, false }
rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000,
44100, 48000 }
channels: [ 1, 2 ]
width: 32
depth: 24
audio/x-raw-int
endianess: 1234
signed: { true, false }
rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000,
44100, 48000 }
channels: [ 1, 2 ]
width: 32
depth: 32
audio/mpeg
parsed: true
framed: true
audio/x-ac3
framed: true
audio/x-private1-ac3
framed: true
audio/x-dts
framed: true
audio/x-private1-dts
framed: true
audio/x-private1-lpcm
framed: true
audio/x-wma
framed: true
still, a gst-launch playbin2 uri=bla.mp3 will result in a pipeline without an
mp3parse element, even though the element is present and recent with a rank of
primary + 1 (257)
same thing is true for e.g. dcaparse
a manually built pipeline like gst-launch filesrc location=bla.mp3 ! id3demux !
dvbaudiosink will not fail to link either, even though pad templates are
incompatible
i'm working with 0.10 branches of core, base, good, bad & ugly from today
--
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