mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
pad: add allocation query just because
This commit is contained in:
parent
d54f3f1385
commit
61481ac9e5
1 changed files with 1 additions and 0 deletions
|
@ -3337,6 +3337,7 @@ gst_pad_query_default (GstPad * pad, GstQuery * query)
|
|||
case GST_QUERY_JITTER:
|
||||
case GST_QUERY_RATE:
|
||||
case GST_QUERY_CONVERT:
|
||||
case GST_QUERY_ALLOCATION:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue