[gstreamer-bugs] [Bug 601728] New: Add username/password properties

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 12 10:40:25 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=601728
  GStreamer | gst-plugins-good | git

           Summary: Add username/password properties
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: hadess at hadess.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Rather than expecting the user to pass rtsp://user:pass@server/

This would allow me to avoid things like:
   new_mrl = g_strdup_printf ("rtsp://%s:%s@%s",
                               username, password, bvw->priv->mrl + strlen
("rtsp://"));
in Totem.

Given that GstRTSPUrl already does parsing...

-- 
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