[Bug 790023] matroskademux: Add parsing Colour element

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 8 08:24:07 UTC 2017


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #363187|none                        |needs-work
             status|                            |

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 363187:
 --> (https://bugzilla.gnome.org/review?bug=790023&attachment=363187)

::: gst/matroska/matroska-demux.c
@@ +465,3 @@
+            break;
+          default:
+            break;

Also print here

@@ +5742,3 @@
+      gchar *colorimetry =
+          gst_video_colorimetry_to_string (&videocontext->colorimetry);
+      gst_caps_set_simple (caps, "colorimetry", G_TYPE_STRING, colorimetry,

And it would make sense to also print the final string here that is actually
set in the caps

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