[Bug 700799] matroskademux: Got data flow before segment event

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 21 15:30:47 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700799
  GStreamer | gst-plugins-good | git

--- Comment #2 from Brendan Long <self at brendanlong.com> 2013-05-21 22:30:35 UTC ---
I also get this with vorbis audio in matroska containers:

    # Got data flow before segment event
    gst-git gst-launch-1.0 audiotestsrc num-buffers=100 ! vorbisenc !
matroskamux ! filesink location=example.mkv
    gst-git gst-launch-1.0 playbin uri=file:///some/path/example.mkv

But not with vorbis in an ogg container:

    # No warnings
    gst-git gst-launch-1.0 audiotestsrc num-buffers=100 ! vorbisenc ! oggmux !
filesink location=example.oga
    gst-git gst-launch-1.0 playbin uri=file:///some/path/example.oga

-- 
Configure bugmail: https://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