splitmuxsrc: Proxy latency query to part reader
splitmuxsrc can respond to the latency query Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3566>
This commit is contained in:
parent
75b75826dc
commit
f7c2602d41
@ -1480,7 +1480,8 @@ splitmux_src_pad_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
||||
" on %" GST_PTR_FORMAT, query, pad);
|
||||
switch (GST_QUERY_TYPE (query)) {
|
||||
case GST_QUERY_CAPS:
|
||||
case GST_QUERY_POSITION:{
|
||||
case GST_QUERY_POSITION:
|
||||
case GST_QUERY_LATENCY:{
|
||||
GstSplitMuxPartReader *part;
|
||||
SplitMuxSrcPad *anypad;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user