mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
rtsp-media: Fix small typo causing gtk-doc to complain
This commit is contained in:
parent
43bac0c2d9
commit
9bfcdba42b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue