videocrop: Resurrect logging category.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 11 Aug 2021 12:52:52 +0000 (14:52 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 11 Aug 2021 14:09:06 +0000 (16:09 +0200)
commit862aa25e5314891639b5e2e682af1200c0172cf1
treec2ce8ab0f5913fe0758ad63a11d776f1e282548a
parentdb7d14db5a26add6355af06a7b5a0555b1557afa
videocrop: Resurrect logging category.

Fix for a regression from commit 8f1384c9. That commit moved the debug
category definition, as static, into a gstvideocropelement.c, but that
category was used as default, in gstvideocrop.c, so it was never used
at logging, so the debug selector never showed the logs for
videocrop.

This patch move back the category definition into gstvideocrop.c and
leaving the function videocrop_element_init() as a noop.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1049>
gst/videocrop/gstaspectratiocrop.c
gst/videocrop/gstaspectratiocrop.h
gst/videocrop/gstvideocrop.c
gst/videocrop/gstvideocrop.h
gst/videocrop/gstvideocropelement.c [deleted file]
gst/videocrop/gstvideocropelements.h [deleted file]
gst/videocrop/gstvideocropplugin.c
gst/videocrop/meson.build