[gstreamer-bugs] [Bug 579926] New: [directshowvideosink] Doesn't update the last frame after a seek with the pipeline in PAUSED state.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 23 01:38:20 PDT 2009


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

  GStreamer | gst-plugins-bad | Ver: 0.10.11
           Summary: [directshowvideosink] Doesn't update the last frame
                    after a seek with the pipeline in PAUSED state.
           Product: GStreamer
           Version: 0.10.11
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ylatuya at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


On linux, using any of the availables videosink and with the pipeline in PAUSED
state, when I  send a seek event, for example to the next frame, the new frame
is drawn by the video sink.

Instead on Windows, using the directshowvideosink, I need to set the pipeline
into PLAYING state before sending the seek event and then reset the pipeline to
PAUSED state to get the next frame drawn, which doesn't always work  as
some times the seek is done before returning to the paused state.

I guess I could be a bug on the directshowvideosink.

Looking at the code, the Direct Show graph is paused when the pipeline goes
into PAUSED state, and it's set into playing state only when the pipeline
returns into playing state, and that should be why it doesn't draw the new
frame when the pipeline is paused. We should be able to update the graph when a
new frame comes into the video sink.


-- 
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=579926.




More information about the Gstreamer-bugs mailing list