[gstreamer-bugs] [Bug 595930] [matroskamux] Finalize matroska files upon custom event

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 24 00:34:14 PDT 2009


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

Arnout Vandecappelle <arnout> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arnout at mind.be

--- Comment #7 from Arnout Vandecappelle <arnout at mind.be> 2009-09-24 07:34:12 UTC ---
I don't think this will work without putting a block on the queue src pad.  And
your second file will have timestamps starting at non-zero, which results in
faulty playback.  Also filesink will not open a new file unless you bring it
down to NULL state and back to PLAYING again.

What I do is sending an EOS event down to the queue's peer pad before
disconnecting the mux-filesink chain.  And I have a resettime element to reset
the timestamps back to zero.

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