mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
rtsp-media: Mark some more functions static
This commit is contained in:
parent
bbdf0a47d1
commit
1c30c60e64
1 changed files with 2 additions and 2 deletions
|
@ -3657,7 +3657,7 @@ do_set_seqnum (GstRTSPStream * stream)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* call with state_lock */
|
/* call with state_lock */
|
||||||
gboolean
|
static gboolean
|
||||||
default_suspend (GstRTSPMedia * media)
|
default_suspend (GstRTSPMedia * media)
|
||||||
{
|
{
|
||||||
GstRTSPMediaPrivate *priv = media->priv;
|
GstRTSPMediaPrivate *priv = media->priv;
|
||||||
|
@ -3765,7 +3765,7 @@ suspend_failed:
|
||||||
}
|
}
|
||||||
|
|
||||||
/* call with state_lock */
|
/* call with state_lock */
|
||||||
gboolean
|
static gboolean
|
||||||
default_unsuspend (GstRTSPMedia * media)
|
default_unsuspend (GstRTSPMedia * media)
|
||||||
{
|
{
|
||||||
GstRTSPMediaPrivate *priv = media->priv;
|
GstRTSPMediaPrivate *priv = media->priv;
|
||||||
|
|
Loading…
Reference in a new issue