rtpmanager: Update codes based on 1.18.4
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / gstrtpssrcdemux.h
index 259bfdb..3bb210c 100644 (file)
@@ -36,13 +36,12 @@ struct _GstRtpSsrcDemux
 {
   GstElement parent;
 
-  GstSegment   segment;
-
   GstPad *rtp_sink;
   GstPad *rtcp_sink;
 
   GRecMutex padlock;
   GSList *srcpads;
+  guint max_streams;
 };
 
 struct _GstRtpSsrcDemuxClass