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:
parent
9f5c08931d
commit
610a6f3aaf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user