[Bug 708200] New: input-selector: Switching audio tracks doesn't work on some files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 16 15:26:02 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=708200
  GStreamer | gst-plugins-base | git

           Summary: input-selector: Switching audio tracks doesn't work on
                    some files
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: self at brendanlong.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=255069)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=255069)
Script for playing a video and then switching the audio or video track

See the attached script. If I run it against this matroska file, switching
playbin's "current-audio" causes it to stop playing and lock up:

    # Download this file to test.mkv:
    # https://www.dropbox.com/s/aggvr6ch12oqy76/test.mkv
    gst-git ./switch-track.py file:///$PWD/test.mkv audio

Switching the video track works fine though:

    gst-git ./switch-track.py file:///$PWD/test.mkv video

Also it works in this ogg file:

    # Download to test.ogv
    # https://www.dropbox.com/s/69iigecsec0gcp3/test.ogv
    gst-git ./switch-track.py file:///$PWD/test.ogv audio
    gst-git ./switch-track.py file:///$PWD/test.ogv video

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