mpegdemux: Add a GST_MEMDUMP line in the descriptor parsing
authorJan Schmidt <thaytan@noraisin.net>
Thu, 4 Jun 2009 15:29:31 +0000 (16:29 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Thu, 4 Jun 2009 15:29:31 +0000 (16:29 +0100)
Make it possible to see descriptor contents in the debug output
(GST_DEBUG=mpegtsdesc:9), and remove a stray semi-colon.

gst/mpegdemux/gstmpegdesc.c

index 4c88e1f..0a98589 100644 (file)
@@ -65,7 +65,9 @@ gst_mpeg_descriptor_parse_1 (guint8 * data, guint size)
   if (length > size)
     return 0;
 
-  return length + 2;;
+  GST_MEMDUMP ("tag contents:", data, length);
+
+  return length + 2;
 }
 
 GstMPEGDescriptor *