qtdemux: remove accidental debug message

in previous commit
This commit is contained in:
David Schleef 2011-02-25 20:12:35 -08:00
parent 6565dd5fbc
commit caa971e605

View file

@ -8944,7 +8944,6 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
"red_mask", G_TYPE_INT, 0x3ff00000, "red_mask", G_TYPE_INT, 0x3ff00000,
"green_mask", G_TYPE_INT, 0x000ffc00, "green_mask", G_TYPE_INT, 0x000ffc00,
"blue_mask", G_TYPE_INT, 0x000003ff, NULL); "blue_mask", G_TYPE_INT, 0x000003ff, NULL);
GST_ERROR ("caps %P", caps);
break; break;
case GST_MAKE_FOURCC ('m', 'p', 'e', 'g'): case GST_MAKE_FOURCC ('m', 'p', 'e', 'g'):
case GST_MAKE_FOURCC ('m', 'p', 'g', '1'): case GST_MAKE_FOURCC ('m', 'p', 'g', '1'):