streamsynchronizer: Also propagate return value of pushing GAP event upstream
This commit is contained in:
parent
120c7be970
commit
356579157e
@ -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…
x
Reference in New Issue
Block a user