mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
omxvideoenc: let encoder base class handle ALLOCATION query
Fixing a regression introduced in my previous patch
(7c40a91c31
).
The ALLOCATION query needs to be handled by GstVideoEncoder (to call
propose_allocation()) so chain up the query handling rather than early
returning.
This commit is contained in:
parent
7c40a91c31
commit
df8ba87025
1 changed files with 0 additions and 1 deletions
|
@ -3313,7 +3313,6 @@ gst_omx_video_enc_sink_query (GstVideoEncoder * encoder, GstQuery * query)
|
|||
GST_QUERY_TYPE_NAME (query));
|
||||
|
||||
gst_omx_video_enc_drain (self);
|
||||
return TRUE;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue