summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-06-05 11:20:56 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:41 +0100
commit92335b1a12ff49f9da5050bd8a842a11dd94907e (patch)
tree217f23dc55a9da34b8f3738843725247f409cac0 /sys
parentadeddd0118cf4506247d9589cca8c14cd35df4a5 (diff)
downloadgstreamer-plugins-bad-92335b1a12ff49f9da5050bd8a842a11dd94907e.tar.gz
vdpaumpegdec: don't drop discont buffers
Diffstat (limited to 'sys')
-rw-r--r--sys/vdpau/gstvdpmpegdecoder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpmpegdecoder.c b/sys/vdpau/gstvdpmpegdecoder.c
index 19c096f6d..c4c5c54f2 100644
--- a/sys/vdpau/gstvdpmpegdecoder.c
+++ b/sys/vdpau/gstvdpmpegdecoder.c
@@ -549,7 +549,6 @@ gst_vdp_mpeg_decoder_chain (GstPad * pad, GstBuffer * buffer)
if (G_UNLIKELY (GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_DISCONT))) {
GST_DEBUG_OBJECT (mpeg_dec, "Received discont buffer");
gst_vdp_mpeg_decoder_reset (mpeg_dec);
- return GST_FLOW_OK;
}
gst_vdp_mpeg_packetizer_init (&packetizer, buffer);