projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8eb0d5
)
mpegdemux: Add a GST_MEMDUMP line in the descriptor parsing
author
Jan Schmidt
<thaytan@noraisin.net>
Thu, 4 Jun 2009 15:29:31 +0000
(16:29 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/gst/mpegdemux/gstmpegdesc.c
b/gst/mpegdemux/gstmpegdesc.c
index
4c88e1f
..
0a98589
100644
(file)
--- 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 *