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 591577 - [playbin2] Incorrect error message string
[playbin2] Incorrect error message string
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.22
Other All
: Normal minor
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-12 16:14 UTC by Joe Hansen
Modified: 2009-08-13 10:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joe Hansen 2009-08-12 16:14:27 UTC
Documentation 
Section: 
#: gst/playback/gstplaysink.c:1993
msgid "Can't play a text subtitles and subpictures."

Correct version:
#: gst/playback/gstplaysink.c:1993
msgid "Can't play text subtitles and subpictures."

Other information:
Comment 1 Tim-Philipp Müller 2009-08-13 10:06:06 UTC
Fixed, thanks for the bug report:

 commit 4871cd92545b6057c9e270718dde9b82f2311d86
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Thu Aug 13 10:59:35 2009 +0100

    playbin2: fix error message string
    
    Fixes #591577.