From 0be59181d7f1361a3ab2ce31351f78c90559298b Mon Sep 17 00:00:00 2001 From: Marc Leeman Date: Mon, 12 Oct 2020 13:56:50 +0200 Subject: [PATCH] rtpmanagerbad: remove duplicate parent declaration Part-of: --- gst/rtp/gstrtpsink.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/rtp/gstrtpsink.h b/gst/rtp/gstrtpsink.h index 87028c8673..1af5e0b975 100644 --- a/gst/rtp/gstrtpsink.h +++ b/gst/rtp/gstrtpsink.h @@ -43,8 +43,6 @@ struct _GstRtpSink { GstBin parent; - GstBin parent_instance; - /* Properties */ GstUri *uri; gint ttl;