mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +00:00
encoding-target: Lower down some debugging
We do try to load target with 'random' string internally to load EncodingProfiles
This commit is contained in:
parent
9e004b56fe
commit
4320a31bd9
1 changed files with 2 additions and 2 deletions
|
@ -903,12 +903,12 @@ done:
|
||||||
|
|
||||||
invalid_name:
|
invalid_name:
|
||||||
{
|
{
|
||||||
GST_ERROR ("Invalid name for encoding target : '%s'", name);
|
GST_INFO ("Invalid name for encoding target : '%s'", name);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
invalid_category:
|
invalid_category:
|
||||||
{
|
{
|
||||||
GST_ERROR ("Invalid name for encoding category : '%s'", category);
|
GST_INFO ("Invalid name for encoding category : '%s'", category);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue