[Bug 709371] New: souphttpsrc: Need to issue HEAD while in READY state

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 3 16:32:02 CEST 2013


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

           Summary: souphttpsrc: Need to issue HEAD while in READY state
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: grandocap at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In gst_soup_http_src_check_seekable(), the current state check requires
"paused" or greater.  It should also allow for gathering the information about
the content when in the "ready" state. 

This line:

  if (!src->got_headers && GST_STATE (src) >= GST_STATE_PAUSED) {

Should be changed to:

  if (!src->got_headers && GST_STATE (src) >= GST_STATE_READY) {


Version Info:
Plugin Details:
  Name                     soup
  Description              libsoup HTTP client src/sink
  Filename                
/home/landerson/gst/git/gst-plugins-good/ext/soup/.libs/libgstsouphttpsrc.so
  Version                  1.3.0.1
  License                  LGPL
  Source module            gst-plugins-good
  Source release date      2013-10-03 01:44 (UTC)
  Binary package           GStreamer Good Plug-ins git
  Origin URL               Unknown package origin

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