[gstreamer-bugs] [Bug 355595] New: multifdsink burst modes have problems with ogg

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Sep 12 08:32:37 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=355595
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: multifdsink burst modes have problems with ogg
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: msmith at fluendo.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


When using time-based burst modes in multifdsink, they don't work properly for
ogg.

Ogg buffers do not have monotonically increasing timestamps (because the
timestamps that monotonically increase, in ogg's case, are timestamp +
duration).

When find_limits tries to find the difference in timestamps, negative values
are (because it's using unsigned arithmetic) seen as large positive values, so
are greater than time_min.

So, we need to cast some of these to signed values; GstClockTimeDiff.


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