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 556802 - Misspelled messages
Misspelled messages
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.10
Other All
: Normal trivial
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-18 05:16 UTC by Fabricio Godoy
Modified: 2009-01-23 08:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabricio Godoy 2008-10-18 05:16:07 UTC
Please describe the problem:
>>> Missing space after point mark
#: sys/oss/gstosssink.c:421
msgid ""
"Could not open audio device for playback.You don't have permission to open "
"the device."

>>> Missing space after point mark
#: sys/oss/gstosssrc.c:381
msgid ""
"Could not open audio device for recording.You don't have permission to open "
"the device."

>>> Point mark should be in the end of message
#: sys/v4l2/v4l2_calls.c:254
#, c-format
msgid "Failed getting controls attributes on device '%s.'"

>>> Unsense "()"
#: sys/v4l2/gstv4l2src.c:1258 sys/v4l2/gstv4l2src.c:1307
#, c-format
msgid "Error read()ing %d bytes on device '%s'."

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Wim Taymans 2008-11-13 17:46:09 UTC
Thanks!

        Patch by: Fabricio Godoy <skarllot at gmail dot com>

        * sys/oss/gstosssink.c: (gst_oss_sink_open):
        * sys/oss/gstosssrc.c: (gst_oss_src_open):
        * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
        * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
        Fix some spelling mistakes. Fixes #556802.