videoflip: fix chaining up GObject's constructed virtual method

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8416>
This commit is contained in:
Alexander Slobodeniuk 2025-02-06 11:28:51 +01:00 committed by GStreamer Marge Bot
parent 9f5c08931d
commit 610a6f3aaf

View File

@ -1931,6 +1931,8 @@ gst_video_flip_constructed (GObject * object)
{
GstVideoFlip *self = GST_VIDEO_FLIP (object);
G_OBJECT_CLASS (gst_video_flip_parent_class)->constructed (object);
if (self->method == (GstVideoOrientationMethod) PROP_METHOD_DEFAULT) {
gst_video_flip_set_method (self,
(GstVideoOrientationMethod) PROP_METHOD_DEFAULT, FALSE);