mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtspsrc: small header cleanups
This commit is contained in:
parent
b694bfeca3
commit
dae679e560
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ struct _GstRTSPStream {
|
||||||
gboolean container;
|
gboolean container;
|
||||||
/* original control url */
|
/* original control url */
|
||||||
gchar *control_url;
|
gchar *control_url;
|
||||||
guint32 ssrc;
|
guint32 ssrc;
|
||||||
guint32 seqbase;
|
guint32 seqbase;
|
||||||
guint64 timebase;
|
guint64 timebase;
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ struct _GstRTSPSrc {
|
||||||
/* properties */
|
/* properties */
|
||||||
GstRTSPLowerTrans protocols;
|
GstRTSPLowerTrans protocols;
|
||||||
gboolean debug;
|
gboolean debug;
|
||||||
guint retry;
|
guint retry;
|
||||||
guint64 udp_timeout;
|
guint64 udp_timeout;
|
||||||
GTimeVal tcp_timeout;
|
GTimeVal tcp_timeout;
|
||||||
GTimeVal *ptcp_timeout;
|
GTimeVal *ptcp_timeout;
|
||||||
|
|
Loading…
Reference in a new issue