rtsp-server: Run gst-indent
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-sdp.c
index 7f400e2..2db7e6f 100644 (file)
@@ -32,7 +32,8 @@
  * Returns: TRUE on success.
  */
 gboolean
-gst_rtsp_sdp_from_media (GstSDPMessage *sdp, GstSDPInfo *info, GstRTSPMedia * media)
+gst_rtsp_sdp_from_media (GstSDPMessage * sdp, GstSDPInfo * info,
+    GstRTSPMedia * media)
 {
   guint i, n_streams;
   gchar *rangestr;
@@ -85,7 +86,8 @@ gst_rtsp_sdp_from_media (GstSDPMessage *sdp, GstSDPInfo *info, GstRTSPMedia * me
     gst_sdp_media_set_proto (smedia, "RTP/AVP");
 
     /* for the c= line */
-    gst_sdp_media_add_connection (smedia, "IN", info->server_proto, info->server_ip, 16, 0);
+    gst_sdp_media_add_connection (smedia, "IN", info->server_proto,
+        info->server_ip, 16, 0);
 
     /* get clock-rate, media type and params for the rtpmap attribute */
     gst_structure_get_int (s, "clock-rate", &caps_rate);