mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
GstEvent *gap_event;
|
||||||
|
|
||||||
gap_event = gst_event_new_gap (0, 0);
|
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;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue