diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2010-12-22 18:19:48 +0100 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2010-12-22 18:23:26 +0100 |
commit | ad22e8bc10d91af41f809417d16fb241e7752d36 (patch) | |
tree | 5bdf121c64b23206ed05723a3ecfb846b40fdc32 /gst-libs | |
parent | 17777f25960ef48cad4400c881002a4d1d1ac4ee (diff) |
encoding-target: Fix typo
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/pbutils/encoding-target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/pbutils/encoding-target.c b/gst-libs/gst/pbutils/encoding-target.c index cc8cac3b3..a5a7b3d55 100644 --- a/gst-libs/gst/pbutils/encoding-target.c +++ b/gst-libs/gst/pbutils/encoding-target.c @@ -242,13 +242,13 @@ gst_encoding_target_new (const gchar * name, const gchar * category, invalid_name: { - GST_ERROR ("Invalid name for encoding category : '%s'", name); + GST_ERROR ("Invalid name for encoding target : '%s'", name); return NULL; } invalid_category: { - GST_ERROR ("Invalid category for encoding category : '%s'", category); + GST_ERROR ("Invalid name for encoding category : '%s'", category); return NULL; } } |