X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Frtsp-server%2Frtsp-stream-transport.c;h=9c1f9c21d3edb3c795ee6be95bd720eb89b4594d;hb=037e21b578d56057a205bd07422b53f3c1d1e7e8;hp=faacc4a6538d9e2e3a9e6a06e919867c19924a4b;hpb=cfdc7408b533048515f59b7cd1190c5f1f0b2797;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/rtsp-server/rtsp-stream-transport.c b/gst/rtsp-server/rtsp-stream-transport.c index faacc4a..9c1f9c2 100644 --- a/gst/rtsp-server/rtsp-stream-transport.c +++ b/gst/rtsp-server/rtsp-stream-transport.c @@ -313,14 +313,16 @@ gst_rtsp_stream_transport_get_url (GstRTSPStreamTransport * trans) /** * gst_rtsp_stream_transport_get_rtpinfo: * @trans: a #GstRTSPStreamTransport + * @start_time: a star time * - * Get the RTPInfo string for @trans. + * Get the RTPInfo string for @trans and @start_time. * - * Returns: the RTPInfo string for @trans. g_free() after + * Returns: the RTPInfo string for @trans and @start_time. g_free() after * usage. */ gchar * -gst_rtsp_stream_transport_get_rtpinfo (GstRTSPStreamTransport * trans) +gst_rtsp_stream_transport_get_rtpinfo (GstRTSPStreamTransport * trans, + GstClockTime start_time) { GstRTSPStreamTransportPrivate *priv; gchar *url_str;