Skip to content
Snippets Groups Projects
Commit 9e3e864b authored by Thibault Saunier's avatar Thibault Saunier :cactus: Committed by Sebastian Dröge
Browse files

videoencoder: Deprecate GST_VIDEO_ENCODER_FLOW_DROPPED

It was never actually supported or used

https://bugzilla.gnome.org/show_bug.cgi?id=760666
parent 8ee35cab
No related branches found
No related tags found
No related merge requests found
...@@ -83,8 +83,13 @@ G_BEGIN_DECLS ...@@ -83,8 +83,13 @@ G_BEGIN_DECLS
* GST_VIDEO_ENCODER_FLOW_DROPPED: * GST_VIDEO_ENCODER_FLOW_DROPPED:
* *
* Returned when the event/buffer should be 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 #define GST_VIDEO_ENCODER_FLOW_DROPPED GST_FLOW_CUSTOM_SUCCESS_1
#endif
/** /**
* GST_VIDEO_ENCODER_INPUT_SEGMENT: * GST_VIDEO_ENCODER_INPUT_SEGMENT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment