mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
nlesource: Fail prepare() if no valid source pad is found
https://bugzilla.gnome.org/show_bug.cgi?id=771792
This commit is contained in:
parent
244266a94e
commit
5a0731a0a5
1 changed files with 2 additions and 0 deletions
|
@ -488,6 +488,8 @@ nle_source_prepare (NleObject * object)
|
|||
|
||||
if (!priv->staticpad && !(get_valid_src_pad (source, source->element, &pad))) {
|
||||
GST_DEBUG_OBJECT (source, "Couldn't find a valid source pad");
|
||||
gst_object_unref (parent);
|
||||
return FALSE;
|
||||
} else {
|
||||
if (priv->staticpad)
|
||||
pad = gst_object_ref (priv->staticpad);
|
||||
|
|
Loading…
Reference in a new issue