videodecoder: actually return the push result in backwards playback
It was always returning _OK regardless of what downstream returned
This commit is contained in:
parent
ff9e37ea66
commit
0cb5ea4396
@ -2051,7 +2051,7 @@ gst_video_decoder_chain_reverse (GstVideoDecoder * dec, GstBuffer * buf)
|
|||||||
GST_DEBUG_OBJECT (dec, "received discont");
|
GST_DEBUG_OBJECT (dec, "received discont");
|
||||||
|
|
||||||
/* parse and decode stuff in the gather and parse queues */
|
/* parse and decode stuff in the gather and parse queues */
|
||||||
gst_video_decoder_flush_parse (dec, FALSE);
|
result = gst_video_decoder_flush_parse (dec, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (G_LIKELY (buf)) {
|
if (G_LIKELY (buf)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user