[gstreamer-bugs] [Bug 607842] New: Audio comes out with short breaks after resume pipeline (paused->playing)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 22 21:36:35 PST 2010


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

           Summary: Audio comes out with short breaks after resume
                    pipeline (paused->playing)
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.25
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sbshin80 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Overview: 
Audio comes out with short breaks after resume pipeline (paused->playing)

Steps to Reproduce: 
1)    Make pipeline to play normal audio file such as mp3.
2)    set pipeline to playing->pause ->playing

Actual Results: 
1)    Sound are breaking shortly.
2)    When you resume, short play->short mute->play

Expected Results: 
Audio should played smoothly without any mute sound.

Build Date & Platform: 
Build 2010-01-18 on Ubuntu 8.04
Build 2010-01-18 on ARM target

Additional Builds and Platforms: 
This occurs both host (ubuntu 8.04) and ARM target

Additional Information:  
I found that this happens after this commit
(http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=6affcdd2ad04e66b197e097a3cfc24c1d4508bfe)
It is strange that code in “case GST_STATE_CHANGE_PLAYING_TO_PAUSED:”is moved
from downstream part to upstream part.
When I rollbacked the location of that code to downstream part, audio breaks
can’t be heard.
I’m not sure the actual purpose of that code movement but I think this is bug.

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