[Bug 758258] matroska: Missing support for prores video
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Nov 27 06:41:43 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758258
--- Comment #16 from Jan Schmidt <thaytan at noraisin.net> ---
Review of attachment 315817:
--> (https://bugzilla.gnome.org/review?bug=758258&attachment=315817)
::: gst/matroska/matroska-mux.c
@@ +1267,3 @@
+ context->codec_priv = g_strdup ("apcs");
+ else if (!g_strcmp0 (variant, "proxy"))
+ context->codec_priv = g_strdup ("apco");
This doesn't handle variant='4444' for fourcc 'ap4h' as in
http://wiki.multimedia.cx/index.php?title=Apple_ProRes
--
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