mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
shmsink: propagate events to basesink class
https://bugzilla.gnome.org/show_bug.cgi?id=702597
This commit is contained in:
parent
3fc6f1d9b7
commit
8b00e02f16
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ gst_shm_sink_event (GstBaseSink * bsink, GstEvent * event)
|
|||
break;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return GST_BASE_SINK_CLASS (parent_class)->event (bsink, event);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue