mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
qtdemux: remove accidental debug message
in previous commit
This commit is contained in:
parent
6565dd5fbc
commit
caa971e605
1 changed files with 0 additions and 1 deletions
|
@ -8944,7 +8944,6 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
|
|||
"red_mask", G_TYPE_INT, 0x3ff00000,
|
||||
"green_mask", G_TYPE_INT, 0x000ffc00,
|
||||
"blue_mask", G_TYPE_INT, 0x000003ff, NULL);
|
||||
GST_ERROR ("caps %P", caps);
|
||||
break;
|
||||
case GST_MAKE_FOURCC ('m', 'p', 'e', 'g'):
|
||||
case GST_MAKE_FOURCC ('m', 'p', 'g', '1'):
|
||||
|
|
Loading…
Reference in a new issue