mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
urisourcebin: Minor doc fix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2784>
This commit is contained in:
parent
6e549b2fe5
commit
c59397354c
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ demux_pad_events (GstPad * pad, GstPadProbeInfo * info, OutputSlotInfo * slot)
|
|||
remove_buffering_msgs (urisrc, GST_OBJECT_CAST (slot->queue));
|
||||
|
||||
if (all_streams_eos) {
|
||||
GST_DEBUG_OBJECT (urisrc, "POSTING ABOUT TO FINISH");
|
||||
GST_DEBUG_OBJECT (urisrc, "Posting about-to-finish");
|
||||
g_signal_emit (urisrc,
|
||||
gst_uri_source_bin_signals[SIGNAL_ABOUT_TO_FINISH], 0, NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue