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:
Thibault Saunier 2016-01-19 23:26:57 +01:00 committed by Sebastian Dröge
parent 7d35a07f1a
commit 1bf18f6f44

View file

@ -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: