Skip to content

rtspurl: add API method to create request uri combined with control url

Aaron Boxer requested to merge boxerab/gst-plugins-base:aggregate_url into master

The code logic is very similar to gst_rtsp_url_get_request_uri (), except in this method we insert the control url into the uri.

Merge request reports