[Bug 669305] flacenc ! matroskamux generates errors from non time segments
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Feb 3 07:28:31 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=669305
GStreamer | gst-plugins-good | git
--- Comment #6 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2012-02-03 15:28:27 UTC ---
What's actually a new problem here ?
AFAIK, this situation has always been around and never been a problem.
In particular, flacenc ! oggmux worked and so did flacenc ! filesink.
If something has changed due to GstCollectPads2 then it would suffice to tweak
it to handle this "properly" (as before).
W.r.t. to approach above; not sure whether seeking in TIME to 0 will have
filesink seeking to 0 in bytes. Also, need to avoid having this rewritten
header data ending up in a muxed format.
So, another hack might be; send a 0 BYTE based segment at start (i.e. early
on);
if that is handled (returns TRUE) then assume a filesink situation, otherwise
assume muxer based situation (and then maybe also pass along more TIME
newsegment stuff than is done currently).
--
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