summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/isomp4/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c
index a1588a578..d55311517 100644
--- a/gst/isomp4/qtdemux.c
+++ b/gst/isomp4/qtdemux.c
@@ -7550,7 +7550,7 @@ gst_qtdemux_configure_stream (GstQTDemux * qtdemux, QtDemuxStream * stream)
stream->colorimetry.matrix ||
stream->colorimetry.transfer || stream->colorimetry.primaries) {
gchar *colorimetry =
- gst_video_colorimetry_to_string_full (&stream->colorimetry, TRUE);
+ gst_video_colorimetry_to_string (&stream->colorimetry);
gst_caps_set_simple (stream->caps, "colorimetry", G_TYPE_STRING,
colorimetry, NULL);
g_free (colorimetry);