[gstreamer-bugs] [Bug 322429] New: Filesink seeking problem

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 25 04:45:49 PST 2005


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=322429
 GStreamer | gstreamer (core) | Ver: 0.9.x

           Summary: Filesink seeking problem
           Product: GStreamer
           Version: 0.9.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: michal.benes at xeris.cz
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Launching pipe
gst-launch-0.9 videotestsrc ! ffenc_mpeg4 ! matroskamux ! filesink location=a.mkv
keeps warning about
(gst-launch-0.9:3712): GStreamer-CRITICAL **: gst_segment_set_newsegment:
assertion `segment->format == format' failed
(note that matroska muxerr is seeking extensively)

The same problem can be also seen by running
gst-launch-0.9 sinesrc num-buffers=10 ! flacenc ! oggmux ! filesink location=a.ogg
(note that flac encoder tries to seek at the end of file)

The problem is that basesink initializes basesink->segment in GST_FORMAT_TIME
format. However, filesink expects GST_FORMAT_BYTES segments and basesink refuses
to change its segment format.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list