[gstreamer-bugs] [Bug 621530] New: filesink ignores sync=true

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 14 04:13:16 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=621530
  GStreamer | gstreamer (core) | 0.10.28

           Summary: filesink ignores sync=true
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.28
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jon.orebro at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


this processes the file in realtime (I mean it takes as long to process it as
the video is long, which is what I want):

 gst-launch-0.10 filesrc location=test1.avi ! decodebin2 ! fakesink sync=true

this too:

 gst-launch-0.10 filesrc location=test1.avi ! decodebin2 ! identity sync=true !
filesink location=/dev/null

but this doesnt:

 gst-launch-0.10 filesrc location=test1.avi ! decodebin2 ! filesink
location=/dev/null sync=true

so filesink seems to ignore the sync property.

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