[Bug 758258] matroska: Missing support for prores video
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Nov 19 01:08:33 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758258
--- Comment #15 from Thibault Saunier <tsaunier at gnome.org> ---
(In reply to Olivier CrĂȘte from comment #13)
> (In reply to Thibault Saunier from comment #11)
> > Created attachment 315817 [details] [review] [review]
> > matroska-mux: Implement prores support
>
> Would buf = gst_buffer_copy(); gst_buffer_resize(buf); be easier? My
> impression is that the timestamps are kept in the case, but I may be wrong.
buf = gst_buffer_make_writable(); gst_buffer_resize(buf);
indeed.
--
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