mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
encoding-target: Fix typo
This commit is contained in:
parent
17777f2596
commit
ad22e8bc10
1 changed files with 2 additions and 2 deletions
|
@ -242,13 +242,13 @@ gst_encoding_target_new (const gchar * name, const gchar * category,
|
||||||
|
|
||||||
invalid_name:
|
invalid_name:
|
||||||
{
|
{
|
||||||
GST_ERROR ("Invalid name for encoding category : '%s'", name);
|
GST_ERROR ("Invalid name for encoding target : '%s'", name);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
invalid_category:
|
invalid_category:
|
||||||
{
|
{
|
||||||
GST_ERROR ("Invalid category for encoding category : '%s'", category);
|
GST_ERROR ("Invalid name for encoding category : '%s'", category);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue