Skip to content

Commit

Permalink
splitmuxsrc: Proxy latency query to part reader
Browse files Browse the repository at this point in the history
splitmuxsrc can respond to the latency query

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3566>
  • Loading branch information
seungha-yang authored and GStreamer Marge Bot committed Feb 15, 2023
1 parent 75b7582 commit f7c2602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f7c2602

Please sign in to comment.