mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
videoencoder: Don't propose video-meta by default
This commit is contained in:
parent
7c165187af
commit
76f47979c1
2 changed files with 0 additions and 3 deletions
|
@ -711,8 +711,6 @@ static gboolean
|
||||||
gst_video_encoder_propose_allocation_default (GstVideoEncoder * encoder,
|
gst_video_encoder_propose_allocation_default (GstVideoEncoder * encoder,
|
||||||
GstQuery * query)
|
GstQuery * query)
|
||||||
{
|
{
|
||||||
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE);
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -215,7 +215,6 @@ struct _GstVideoEncoder
|
||||||
* (i.e. not unref'ed).
|
* (i.e. not unref'ed).
|
||||||
* @propose_allocation: Optional.
|
* @propose_allocation: Optional.
|
||||||
* Propose buffer allocation parameters for upstream elements.
|
* Propose buffer allocation parameters for upstream elements.
|
||||||
* The default implementation proposes the VIDEO_META.
|
|
||||||
*
|
*
|
||||||
* Subclasses can override any of the available virtual methods or not, as
|
* Subclasses can override any of the available virtual methods or not, as
|
||||||
* needed. At minimum @handle_frame needs to be overridden, and @set_format
|
* needed. At minimum @handle_frame needs to be overridden, and @set_format
|
||||||
|
|
Loading…
Reference in a new issue