qtdemux: remove accidental debug message
authorDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2011 04:12:35 +0000 (20:12 -0800)
committerDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2011 04:12:35 +0000 (20:12 -0800)
in previous commit

gst/qtdemux/qtdemux.c

index f48a261..2280374 100644 (file)
@@ -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'):