[Bug 640589] invalid vorbis header when reading webm from ffmpeg over pipe
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jul 27 17:03:10 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=640589
GStreamer | gst-plugins-good | 0.10.27
Devendra Tewari <devendra.tewari> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |devendra.tewari at gmail.com
--- Comment #1 from Devendra Tewari <devendra.tewari at gmail.com> 2011-07-28 00:03:01 UTC ---
matroskamux looks for streamheader structure in the caps for some mime types,
audio/x-vorbis being one, it will not proceed if not set. vorbisenc sets
streamheader in the caps. matroskademux pushes stream headers as a buffer, once
that buffer has been consumed elements added to a dynamic pipeline will not
have access to the stream headers. Should matroskademux set the streamheader
structure in the caps? I have no experience with gstreamer code base. I see the
resolution of this issue as critical for streaming of webm and mkv to work
properly with GStreamer. Curiously oggdemux sets streamheader in the caps, that
could serve as a basis for a fix.
--
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