GNOME Bugzilla – Bug 678130
[0.11] Port Mpeg TS Muxer to 0.11
Last modified: 2012-06-20 08:24:32 UTC
Created attachment 216474 [details] [review] Port mpegtsmuxer to 0.11 Writes both DTS and PTS so it can be used for streams with bframes. I've removed code that transformed H264 AVC to byte stream as the muxer only accepts byte-stream on input and h264 parser can do the transformation. I couldn't port the part which adds SPN/PTS indexing ( http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bef06e8c8dbd3c6131a6380a4ea3dc5932d260b1 ) because it uses GstIndex which isn't present in 0.11 anymore. I've #if 0'd the relevant parts.
Thanks, committed. commit 6229305d7b57d7d91c59291b0cd5071aa830acd1 Author: Matej Knopp <matej.knopp@gmail.com> Date: Thu Jun 14 14:49:55 2012 -0700 mpegtsmux: port to 0.11 https://bugzilla.gnome.org/show_bug.cgi?id=678130
Created attachment 216777 [details] [review] fix memory leak
commit 9ad37611489735c2dbdf0296367fc8891355f6a4 Author: Matej Knopp <Matej@new-host-5.home> Date: Tue Jun 19 22:45:27 2012 -0400 mpegtsmux: fix memory leak https://bugzilla.gnome.org/show_bug.cgi?id=678130