mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
interleave: Remove unsed field
Remove unused field collect_event in interleave. https://bugzilla.gnome.org/show_bug.cgi?id=759226
This commit is contained in:
parent
d78d589627
commit
34b26ea0cc
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ struct _GstInterleave
|
||||||
|
|
||||||
GstEvent *pending_segment;
|
GstEvent *pending_segment;
|
||||||
|
|
||||||
GstPadEventFunction collect_event;
|
|
||||||
|
|
||||||
GstInterleaveFunc func;
|
GstInterleaveFunc func;
|
||||||
|
|
||||||
GstPad *src;
|
GstPad *src;
|
||||||
|
|
Loading…
Reference in a new issue