[Bug 752999] Splitmuxsink does not work with mpegtsmux

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 30 21:11:44 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752999

--- Comment #8 from Jan Schmidt <thaytan at noraisin.net> ---
(In reply to Baby octopus from comment #7)
> Performance of both the pipelines are matching now(with or without fragment)
> . Not sure how why that one line of code was adding so much of cpu load :)

It was making every packet be considered a header and accumulated in a linked
list that was never intended to be that long :)

> I think introducing SPS/PPS should entirely be left to encoder/h264parser
> here.

Yes, but a mode on h264parse that inserted SPS/PPS before every key-frame would
let splitmuxsink split into files where each fragment is playable
independently, which would be nice.

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