[brasero] Fix Gstreamer capitalization to GStreamer
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix Gstreamer capitalization to GStreamer
- Date: Sat, 5 Dec 2009 11:17:25 +0000 (UTC)
commit 9f56b6d5a2e15d6a779775cde2a113633742a26f
Author: Claude Paroz <claude 2xlibre net>
Date: Sat Dec 5 12:17:17 2009 +0100
Fix Gstreamer capitalization to GStreamer
README | 2 +-
libbrasero-burn/brasero-burn-options.c | 4 ++--
libbrasero-burn/brasero-burn.c | 4 ++--
libbrasero-burn/burn-basics.c | 2 +-
libbrasero-burn/burn-plugin.c | 2 +-
libbrasero-utils/brasero-metadata.c | 4 ++--
src/brasero-project.c | 4 ++--
7 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/README b/README
index b8a491d..e8e5ec8 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ Audio CD:
- write CD-TEXT information (automatically found thanks to gstreamer)
- supports the edition of CD-TEXT information
- can burn audio CD on the fly
-- can use all audio files handled by Gstreamer local installation (ogg, flac, mp3, ...)
+- can use all audio files handled by GStreamer local installation (ogg, flac, mp3, ...)
- can search for audio files inside dropped folders
- can insert a pause
- can split a track
diff --git a/libbrasero-burn/brasero-burn-options.c b/libbrasero-burn/brasero-burn-options.c
index 847cef9..120cd03 100644
--- a/libbrasero-burn/brasero-burn-options.c
+++ b/libbrasero-burn/brasero-burn-options.c
@@ -1173,8 +1173,8 @@ brasero_burn_options_list_missing (BraseroPluginErrorType type,
}
else if (type == BRASERO_PLUGIN_ERROR_MISSING_GSTREAMER_PLUGIN) {
g_string_append_c (string, '\n');
- /* Translators: %s is the name of a missing Gstreamer plugin */
- g_string_append_printf (string, _("%s (Gstreamer plugin)"), detail);
+ /* Translators: %s is the name of a missing GStreamer plugin */
+ g_string_append_printf (string, _("%s (GStreamer plugin)"), detail);
}
return BRASERO_BURN_OK;
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index 68b197c..979fc99 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -1713,8 +1713,8 @@ brasero_burn_list_missing (BraseroPluginErrorType type,
}
else if (type == BRASERO_PLUGIN_ERROR_MISSING_GSTREAMER_PLUGIN) {
g_string_append_c (string, '\n');
- /* Translators: %s is the name of a missing Gstreamer plugin */
- g_string_append_printf (string, _("%s (Gstreamer plugin)"), detail);
+ /* Translators: %s is the name of a missing GStreamer plugin */
+ g_string_append_printf (string, _("%s (GStreamer plugin)"), detail);
}
return BRASERO_BURN_OK;
diff --git a/libbrasero-burn/burn-basics.c b/libbrasero-burn/burn-basics.c
index 37592e0..57bca2e 100644
--- a/libbrasero-burn/burn-basics.c
+++ b/libbrasero-burn/burn-basics.c
@@ -246,7 +246,7 @@ brasero_burn_library_start (int *argc,
if (!g_thread_supported ())
g_thread_init (NULL);
- /* ... and Gstreamer) */
+ /* ... and GStreamer) */
if (!gst_init_check (argc, argv, NULL))
return FALSE;
diff --git a/libbrasero-burn/burn-plugin.c b/libbrasero-burn/burn-plugin.c
index a45daa0..c335e78 100644
--- a/libbrasero-burn/burn-plugin.c
+++ b/libbrasero-burn/burn-plugin.c
@@ -679,7 +679,7 @@ brasero_plugin_get_error_string (BraseroPlugin *plugin)
break;
case BRASERO_PLUGIN_ERROR_MISSING_GSTREAMER_PLUGIN:
g_string_append_c (string, '\n');
- g_string_append_printf (string, _("\"%s\" Gstreamer plugin could not be found"), error->detail);
+ g_string_append_printf (string, _("\"%s\" GStreamer plugin could not be found"), error->detail);
break;
case BRASERO_PLUGIN_ERROR_WRONG_APP_VERSION:
g_string_append_c (string, '\n');
diff --git a/libbrasero-utils/brasero-metadata.c b/libbrasero-utils/brasero-metadata.c
index b26f04f..9e1db1e 100644
--- a/libbrasero-utils/brasero-metadata.c
+++ b/libbrasero-utils/brasero-metadata.c
@@ -1168,7 +1168,7 @@ brasero_metadata_mp3_bus_messages (GstBus *bus,
case GST_MESSAGE_ERROR:
/* save the error message */
gst_message_parse_error (msg, &error, &debug_string);
- BRASERO_UTILS_LOG ("Gstreamer error - mp3 - (%s)", debug_string);
+ BRASERO_UTILS_LOG ("GStreamer error - mp3 - (%s)", debug_string);
g_free (debug_string);
if (!priv->error && error)
priv->error = error;
@@ -1310,7 +1310,7 @@ brasero_metadata_bus_messages (GstBus *bus,
case GST_MESSAGE_ERROR:
/* save the error message */
gst_message_parse_error (msg, &error, &debug_string);
- BRASERO_UTILS_LOG ("Gstreamer error (%s)", debug_string);
+ BRASERO_UTILS_LOG ("GStreamer error (%s)", debug_string);
g_free (debug_string);
if (!priv->error && error)
priv->error = error;
diff --git a/src/brasero-project.c b/src/brasero-project.c
index f1d7817..b4c82c1 100644
--- a/src/brasero-project.c
+++ b/src/brasero-project.c
@@ -1376,8 +1376,8 @@ brasero_project_list_missing (BraseroPluginErrorType type,
}
else if (type == BRASERO_PLUGIN_ERROR_MISSING_GSTREAMER_PLUGIN) {
g_string_append_c (string, '\n');
- /* Translators: %s is the name of a missing Gstreamer plugin */
- g_string_append_printf (string, _("%s (Gstreamer plugin)"), detail);
+ /* Translators: %s is the name of a missing GStreamer plugin */
+ g_string_append_printf (string, _("%s (GStreamer plugin)"), detail);
}
return BRASERO_BURN_OK;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]