[gstreamer-bugs] [Bug 336550] In some WMV files, only first video frames are displayed

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 29 14:03:31 PST 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=336550
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS





------- Comment #1 from Fabrizio Gennari  2006-03-29 22:03 UTC -------
Created an attachment (id=62336)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=62336&action=view)
Patch for sending events to some streams only

asfdemux sends the first video frame, and the event NEWSEGMENT along with it,
to all source pads.

Then, it sends more video frames.

Then, it sends the first audio frame and the event NEWSEGMENT along with it, to
all source pads.

Video pad receives the NEWSEGMENT sent along with first audio frame, and, from
then on, drops all the frame until the next key frame

Proposed solution: send NEWSEGMENT only to video pad along with first video
frame, and only to audio pad along with first audio frame


-- 
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