summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/gstmpegdesc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegdemux/gstmpegdesc.c')
-rw-r--r--gst/mpegdemux/gstmpegdesc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/mpegdemux/gstmpegdesc.c b/gst/mpegdemux/gstmpegdesc.c
index 4c88e1fd..0a985897 100644
--- a/gst/mpegdemux/gstmpegdesc.c
+++ b/gst/mpegdemux/gstmpegdesc.c
@@ -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 *