[gstreamer-bugs] [Bug 354671] Element doesn't implement handling of this stream
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Sep 7 00:25:46 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354671
GStreamer | gst-ffmpeg | Ver: 0.10.3
Edward Hervey changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bilboed at bilboed.com
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- Comment #1 from Edward Hervey 2006-09-07 07:25 UTC -------
virtually all demuxers have SOMETIMES pad which is perfectly valid, since you
don't know before parsing:
_ how many streams are contained in the muxed format
_ AND/OR what the types of those streams are
What you need is in your 'pad-added' callback :
_ Check if the pad is the video pad (since the muxed stream might also contain
audio)
_ link that pad to the decoder
Closing this, since it's not a bug but rather a wrong use of the API. Please
continue discussion on the gstreamer-devel mailing-list if needed.
--
Configure bugmail: http://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