mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
rtspsrc: add the .h file change too
Add the .h file change for the new property.
This commit is contained in:
parent
c7dd6a4902
commit
51200cad41
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ struct _GstRTSPSrc {
|
||||||
guint latency;
|
guint latency;
|
||||||
guint connection_speed;
|
guint connection_speed;
|
||||||
GstRTSPNatMethod nat_method;
|
GstRTSPNatMethod nat_method;
|
||||||
|
gboolean do_rtcp;
|
||||||
|
|
||||||
/* state */
|
/* state */
|
||||||
GstRTSPState state;
|
GstRTSPState state;
|
||||||
|
|
Loading…
Reference in a new issue