mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
outputselector: Remove dead assignment
This commit is contained in:
parent
0a80b57d74
commit
cbac716f98
1 changed files with 0 additions and 1 deletions
|
@ -371,7 +371,6 @@ gst_output_selector_buffer_alloc (GstPad * pad, guint64 offset, guint size,
|
|||
sel = GST_OUTPUT_SELECTOR (gst_pad_get_parent (pad));
|
||||
if (G_UNLIKELY (sel == NULL))
|
||||
return GST_FLOW_WRONG_STATE;
|
||||
res = GST_FLOW_NOT_LINKED;
|
||||
|
||||
GST_OBJECT_LOCK (sel);
|
||||
allocpad = sel->pending_srcpad ? sel->pending_srcpad : sel->active_srcpad;
|
||||
|
|
Loading…
Reference in a new issue