[Bug 670968] New: hlsdemux sets fetcher's location twice

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 28 03:58:11 PST 2012


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

           Summary: hlsdemux sets fetcher's location twice
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: xqueralt at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=208573)
 View: https://bugzilla.gnome.org/attachment.cgi?id=208573
 Review: https://bugzilla.gnome.org/review?bug=670968&attachment=208573

hlsdemux: don't set the fetcher's location twice

In the hlsdemuxer, the fetcher is created by calling gst_element_make_from_uri
where the uri of the newly created element is already set.

Latter, the hlsdemuxer sets the fetcher's location property directly. This
isn't a problem when using HTTP but it is when trying to play a local file
because filesrc doesn't handle file:// URIs in the location property.

I've attached a patch which removes the line where the location is set to
prevent this.

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