mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
videoencoder: Deprecate GST_VIDEO_ENCODER_FLOW_DROPPED
It was never actually supported or used https://bugzilla.gnome.org/show_bug.cgi?id=760666
This commit is contained in:
parent
7d35a07f1a
commit
1bf18f6f44
1 changed files with 5 additions and 0 deletions
|
@ -83,8 +83,13 @@ G_BEGIN_DECLS
|
|||
* GST_VIDEO_ENCODER_FLOW_DROPPED:
|
||||
*
|
||||
* Returned when the event/buffer should be dropped.
|
||||
*
|
||||
* Deprecated: since 1.8. use gst_video_encoder_finish_frame with
|
||||
* a %NULL frame->output_buffer to drop the frame instead.
|
||||
*/
|
||||
#ifndef GST_DISABLE_DEPRECATED
|
||||
#define GST_VIDEO_ENCODER_FLOW_DROPPED GST_FLOW_CUSTOM_SUCCESS_1
|
||||
#endif
|
||||
|
||||
/**
|
||||
* GST_VIDEO_ENCODER_INPUT_SEGMENT:
|
||||
|
|
Loading…
Reference in a new issue