summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-26 20:40:45 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:31 +0100
commit8b3261f91ac49530495cb7527eab923fcb59ab91 (patch)
treea2e328555a385948554fc4bbee937836b40ef3dc /sys
parent035b5f4efb4d57fccf2a5fa220c0d034f4d777a3 (diff)
downloadgst-plugins-bad-8b3261f91ac49530495cb7527eab923fcb59ab91.tar.gz
gst-plugins-bad-8b3261f91ac49530495cb7527eab923fcb59ab91.tar.bz2
gst-plugins-bad-8b3261f91ac49530495cb7527eab923fcb59ab91.zip
vdpaumpegdec: add "MPEG_PACKET_EXT_PICTURE_CODING" debug statement
Diffstat (limited to 'sys')
-rw-r--r--sys/vdpau/gstvdpmpegdecoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpmpegdecoder.c b/sys/vdpau/gstvdpmpegdecoder.c
index d9b74706..863e3bb3 100644
--- a/sys/vdpau/gstvdpmpegdecoder.c
+++ b/sys/vdpau/gstvdpmpegdecoder.c
@@ -415,6 +415,7 @@ gst_vdp_mpeg_decoder_chain (GstPad * pad, GstBuffer * buffer)
GST_DEBUG_OBJECT (mpeg_dec, "MPEG_PACKET_EXTENSION");
switch (read_bits (data + 1, 0, 4)) {
case MPEG_PACKET_EXT_PICTURE_CODING:
+ GST_DEBUG_OBJECT (mpeg_dec, "MPEG_PACKET_EXT_PICTURE_CODING");
gst_vdp_mpeg_decoder_parse_picture_coding (mpeg_dec, packet_start,
packet_end);
break;