videoencoder: Don't propose video-meta by default

This commit is contained in:
Sebastian Dröge 2012-04-25 12:39:48 +02:00
parent 7c165187af
commit 76f47979c1
2 changed files with 0 additions and 3 deletions

View file

@ -711,8 +711,6 @@ static gboolean
gst_video_encoder_propose_allocation_default (GstVideoEncoder * encoder,
GstQuery * query)
{
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE);
return TRUE;
}

View file

@ -215,7 +215,6 @@ struct _GstVideoEncoder
* (i.e. not unref'ed).
* @propose_allocation: Optional.
* 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
* needed. At minimum @handle_frame needs to be overridden, and @set_format