mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue