rtsp-media: Mark some more functions static
authorSebastian Dröge <sebastian@centricular.com>
Tue, 5 May 2015 14:46:57 +0000 (16:46 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 5 May 2015 14:46:57 +0000 (16:46 +0200)
gst/rtsp-server/rtsp-media.c

index 7aabcf9..d4efd5f 100644 (file)
@@ -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;