vulkan: Declare missing auto-pointer cleanup functions.
[platform/upstream/gstreamer.git] / gst / rtp / gstrtpsrc.h
index b6e1b03..616fdb1 100644 (file)
@@ -50,6 +50,8 @@ struct _GstRtpSrc
   gint ttl;
   gint ttl_mc;
   gchar *encoding_name;
+  gchar *multi_iface;
+  GstCaps *caps;
 
   /* Internal elements */
   GstElement *rtpbin;
@@ -70,6 +72,7 @@ struct _GstRtpSrcClass
 };
 
 GType gst_rtp_src_get_type (void);
+GST_ELEMENT_REGISTER_DECLARE (rtpsrc);
 
 G_END_DECLS
 #endif /* __GST_RTP_SRC_H__ */