avtp: crf: Remove superfluous sink_event variable
This variable was introduced by commit 12ad2a4bcd6c ("avtp: Introduce the CRF Sync Element") but it was never used: $ git log -G "sink_event" -- ext/avtp Signed-off-by: Timo Wischer <timo.wischer@de.bosch.com> Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2201>
This commit is contained in:
parent
449f0ee52a
commit
2ef4639fe0
@ -75,8 +75,6 @@ struct _GstAvtpCrfBaseClass
|
||||
{
|
||||
GstBaseTransformClass parent_class;
|
||||
|
||||
GstPadEventFunction sink_event;
|
||||
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user