mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
fix segfault when pushing events twice
Original commit message from CVS: fix segfault when pushing events twice
This commit is contained in:
parent
a5678b4f06
commit
e9d5cf15ba
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ gst_spider_identity_chain (GstPad *pad, GstBuffer *buf)
|
|||
|
||||
if (GST_IS_EVENT (buf)) {
|
||||
gst_pad_event_default (ident->sink, GST_EVENT (buf));
|
||||
return;
|
||||
}
|
||||
|
||||
if ((ident->src != NULL) && (GST_PAD_PEER (ident->src) != NULL)) {
|
||||
|
|
Loading…
Reference in a new issue