mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -1480,7 +1480,8 @@ splitmux_src_pad_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
||||||
" on %" GST_PTR_FORMAT, query, pad);
|
" on %" GST_PTR_FORMAT, query, pad);
|
||||||
switch (GST_QUERY_TYPE (query)) {
|
switch (GST_QUERY_TYPE (query)) {
|
||||||
case GST_QUERY_CAPS:
|
case GST_QUERY_CAPS:
|
||||||
case GST_QUERY_POSITION:{
|
case GST_QUERY_POSITION:
|
||||||
|
case GST_QUERY_LATENCY:{
|
||||||
GstSplitMuxPartReader *part;
|
GstSplitMuxPartReader *part;
|
||||||
SplitMuxSrcPad *anypad;
|
SplitMuxSrcPad *anypad;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue