mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
streamsynchronizer: Also propagate return value of pushing GAP event upstream
This commit is contained in:
parent
120c7be970
commit
356579157e
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ gst_stream_synchronizer_sink_event (GstPad * pad, GstObject * parent,
|
|||
GstEvent *gap_event;
|
||||
|
||||
gap_event = gst_event_new_gap (0, 0);
|
||||
gst_pad_push_event (srcpad, gap_event);
|
||||
ret = gst_pad_push_event (srcpad, gap_event);
|
||||
}
|
||||
ret = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue