mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
videodecoder: gst_video_decoder_release_frame() is available since 1.2.2
This commit is contained in:
parent
2942b53cf6
commit
b5d26f3907
1 changed files with 1 additions and 1 deletions
|
@ -2402,7 +2402,7 @@ no_output_buffer:
|
||||||
* without any processing other than removing it from list of pending frames,
|
* without any processing other than removing it from list of pending frames,
|
||||||
* after which it is considered finished and released.
|
* after which it is considered finished and released.
|
||||||
*
|
*
|
||||||
* Since: 1.4
|
* Since: 1.2.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_video_decoder_release_frame (GstVideoDecoder * dec,
|
gst_video_decoder_release_frame (GstVideoDecoder * dec,
|
||||||
|
|
Loading…
Reference in a new issue