mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
selector: remove not needed instance var (previous commit).
This commit is contained in:
parent
a0898363d9
commit
ff6bea9231
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ struct _GstOutputSelector {
|
||||||
GstElement element;
|
GstElement element;
|
||||||
|
|
||||||
GstPad *sinkpad;
|
GstPad *sinkpad;
|
||||||
GstPad *allocpad;
|
|
||||||
|
|
||||||
GstPad *active_srcpad;
|
GstPad *active_srcpad;
|
||||||
GstPad *pending_srcpad;
|
GstPad *pending_srcpad;
|
||||||
|
|
Loading…
Reference in a new issue