mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
gst/gsterror.c: Fix typo (spotted by Fabricio Godoy, #536723).
Original commit message from CVS: * gst/gsterror.c: (_gst_stream_errors_init): Fix typo (spotted by Fabricio Godoy, #536723).
This commit is contained in:
parent
f01c4d6201
commit
fb6210aa9a
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-06-05 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
|
* gst/gsterror.c: (_gst_stream_errors_init):
|
||||||
|
Fix typo (spotted by Fabricio Godoy, #536723).
|
||||||
|
|
||||||
2008-06-04 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-06-04 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* libs/gst/base/gstbasesink.c: (gst_base_sink_set_async_enabled),
|
* libs/gst/base/gstbasesink.c: (gst_base_sink_set_async_enabled),
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 130fa8f739ff09aedb520c33239f53d06cfe9bd5
|
Subproject commit 68fb019d4044b9878aef4ca223fc13c19ffc7d0c
|
|
@ -247,7 +247,7 @@ _gst_stream_errors_init (void)
|
||||||
TABLE (t, STREAM, DECRYPT,
|
TABLE (t, STREAM, DECRYPT,
|
||||||
N_("The stream is encrypted and decryption is not supported."));
|
N_("The stream is encrypted and decryption is not supported."));
|
||||||
TABLE (t, STREAM, DECRYPT_NOKEY,
|
TABLE (t, STREAM, DECRYPT_NOKEY,
|
||||||
N_("The stream is encrypted and can't be decrypted because no suitable"
|
N_("The stream is encrypted and can't be decrypted because no suitable "
|
||||||
"key has been supplied."));
|
"key has been supplied."));
|
||||||
|
|
||||||
return t;
|
return t;
|
||||||
|
|
Loading…
Reference in a new issue