[gstreamer-bugs] [Bug 338995] Videorate do not handle EOS
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Apr 19 03:43:56 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=338995
GStreamer | gst-plugins-base | Ver: HEAD CVS
------- Comment #2 from Tim-Philipp Müller 2006-04-19 10:43 UTC -------
Given that videorate is chain-based, I can see this
frame-duplication-at-the-end-until-the-end-of-time only be caused by one of two
things:
(a) somewhere around the end videorate gets a buffer with an
enormous timestamp and goes to fill the gap by pushing lots of
copies of the previous buffer
(b) somewhere around the end videorate gets a buffer with
GST_CLOCK_TIME_NONE and interprets that as very high
timestamp, and then goes on to do (a). Or something
like that where CLOCK_TIME_NONE isn't handled right.
Christian, could you run:
$ gst-launch-0.10 dvdreadsrc title="5" ! dvdemux name=d d. ! mpeg2dec !
fakesink -v 2>dbg.log
and attach the gzipped output?
--
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