mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
convertframe: Fix indention
This commit is contained in:
parent
729e3c8a10
commit
9ec4eaa866
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ get_encoder (const GstCaps * caps, GError ** err)
|
||||||
encoder = gst_element_factory_create (factory, NULL);
|
encoder = gst_element_factory_create (factory, NULL);
|
||||||
|
|
||||||
GST_INFO ("created encoder element %p, %s", encoder,
|
GST_INFO ("created encoder element %p, %s", encoder,
|
||||||
GST_ELEMENT_NAME(encoder));
|
GST_ELEMENT_NAME (encoder));
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
if (encoders)
|
if (encoders)
|
||||||
|
|
Loading…
Reference in a new issue