[gstreamer-bugs] [Bug 556019] New: Add the ability to make souphttpsrc act as a live source

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Oct 12 07:23:09 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=556019

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: Add the ability to make souphttpsrc act as a live source
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sjoerd at luon.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


For certain http streams, for example multipart jpeg cameras, it's usefull to
have the httpsrc timestamp the incoming buffers. Being derived from basesrc,
souphttpsrc already has a do-timestamp property, but as it's not a live source,
it will start pushing buffers before there is a clock selected. Hence the first
few buffers have a wrong timestamp. 

Attached patch solves this by adding a property to turn the souphttpsrc into a
live src. In combination with do-timestamp this makes it push out nicely
timestamped buffers


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=556019.




More information about the Gstreamer-bugs mailing list