After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 605404 - playbin2 should allow selection of vobsub to display
playbin2 should allow selection of vobsub to display
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-24 22:39 UTC by Matthias Bläsing
Modified: 2011-05-23 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Bläsing 2009-12-24 22:39:46 UTC
Currently playbin2 can render a vobsub subtitle muxed inside a mkv-Stream. The problem is, that there is no possibility to select the stream ("n-text" property is 0). With multiple subtitle streams its a random choice, which is displayed (at least it seems so).

With this stream:

Input #0, matroska, from 'XXXXXX.mkv':
  Duration: 02:07:06.03, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: h264, yuv420p, 720x304, PAR 187:180 DAR 187:76, 25 tbr, 1k tbn, 50 tbc
    Stream #0.1(ger): Audio: ac3, 48000 Hz, 5.1, s16
    Stream #0.2(eng): Audio: ac3, 48000 Hz, 5.1, s16
    Stream #0.3(ger): Subtitle: dvdsub
    Stream #0.4(eng): Subtitle: dvdsub
    Stream #0.5(ger): Subtitle: dvdsub
    Stream #0.6(eng): Subtitle: dvdsub

I would expect:

n-video: 1
n-audio: 2
n-text: 4
Comment 1 Matthias Bläsing 2009-12-26 15:43:08 UTC
Playing with it a bit more, I noticed, that I had to set subpic-sink and text-sink to fakesink to get rid of any subtitle rendering, setting only one of these to a fakesink still showed the subtitle.
Comment 2 Sebastian Dröge (slomo) 2011-05-23 14:27:59 UTC
This shouldn't be a problem anymore with latest releases.