rtsp-media: Fix small typo causing gtk-doc to complain
authorJan Schmidt <jan@centricular.com>
Mon, 31 Aug 2015 12:47:45 +0000 (22:47 +1000)
committerJan Schmidt <jan@centricular.com>
Thu, 3 Sep 2015 12:16:30 +0000 (22:16 +1000)
gst/rtsp-server/rtsp-media.h

index ac575e5..f1be13c 100644 (file)
@@ -238,7 +238,7 @@ gboolean              gst_rtsp_media_handle_sdp (GstRTSPMedia * media, GstSDPMes
 void                  gst_rtsp_media_collect_streams  (GstRTSPMedia *media);
 GstRTSPStream *       gst_rtsp_media_create_stream    (GstRTSPMedia *media,
                                                        GstElement *payloader,
-                                                       GstPad *srcpad);
+                                                       GstPad *pad);
 
 /* dealing with the media */
 GstClock *            gst_rtsp_media_get_clock        (GstRTSPMedia *media);