[gstreamer-bugs] [Bug 519878] [basesink] Superfluous critical warning on segment format mismatches.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 3 03:20:48 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=519878

  GStreamer | gstreamer (core) | Ver: 0.10.17

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com




------- Comment #2 from Wim Taymans  2008-03-03 11:20 UTC -------
This is unfortunate. We can't sync on the clock for muxers that operate in byte
formats (we could have if the seek would have happened with a seek event in
bytes).

Of course the muxer should send a bytes segment first before pushing buffers.
It should do this only when it wants to perform a seek later on. This also
tiggers the fact that any following element won't be able to sync, which is ok
since this would usually be done for sending the data over a network (like
UDP), which is pointless for formats that modify the header at the end.

I'm tempted to even always skip the sync code if the format is not TIME.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=519878.




More information about the Gstreamer-bugs mailing list