[Bug 701266] gst_rtsp_url_parse cannot handle valid path "*"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 30 12:29:35 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701266
  GStreamer | gst-plugins-base | 1.x

--- Comment #5 from Alexander Schrab <alexas at axis.com> 2013-05-30 19:29:30 UTC ---
It's called from rtsp-client.c:1648

I agree that it's not a url as in uniform and thus maybe it's not fit for the
function I modified. But it is definitely part of rtsp and it can be argued
that it's part of the url scheme specific to rtsp. So we are splitting hairs
here :)

If we should not have it part of this function, we need to either make another
one that returns an almost empty url object or make a special case in the
rtsp-server. In both cases I think it still needs to amount to a GstRTSPUrl
object... After all, "*" is a string that does indicate a resource in the rtsp
call: the server itself.

I am of course open to suggestions. I mean the fix itself is so small, so
anyway you want it is fine from my perspective.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list