mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +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 */
|
||||
gboolean
|
||||
static gboolean
|
||||
default_suspend (GstRTSPMedia * media)
|
||||
{
|
||||
GstRTSPMediaPrivate *priv = media->priv;
|
||||
|
@ -3765,7 +3765,7 @@ suspend_failed:
|
|||
}
|
||||
|
||||
/* call with state_lock */
|
||||
gboolean
|
||||
static gboolean
|
||||
default_unsuspend (GstRTSPMedia * media)
|
||||
{
|
||||
GstRTSPMediaPrivate *priv = media->priv;
|
||||
|
|
Loading…
Reference in a new issue