mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Don't unref event after calling the default handler
Original commit message from CVS: Don't unref event after calling the default handler
This commit is contained in:
parent
0327f33923
commit
c1be464cad
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ gst_sdlvideosink_chain (GstPad *pad, GstBuffer *buf)
|
|||
break;
|
||||
default:
|
||||
gst_pad_event_default (pad, event);
|
||||
break;
|
||||
return;
|
||||
}
|
||||
gst_event_unref (event);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue