From dae679e5602884e135a72e9e277211016da97e54 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 7 Jan 2011 11:40:11 +0100 Subject: [PATCH] rtspsrc: small header cleanups --- gst/rtsp/gstrtspsrc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index 460f29a0f5..c09442bc24 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -131,7 +131,7 @@ struct _GstRTSPStream { gboolean container; /* original control url */ gchar *control_url; - guint32 ssrc; + guint32 ssrc; guint32 seqbase; guint64 timebase; @@ -201,7 +201,7 @@ struct _GstRTSPSrc { /* properties */ GstRTSPLowerTrans protocols; gboolean debug; - guint retry; + guint retry; guint64 udp_timeout; GTimeVal tcp_timeout; GTimeVal *ptcp_timeout;