mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 04:35:20 +00:00
msesrc: 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
5a14de805e
commit
5b0934fa7f
1 changed files with 2 additions and 0 deletions
|
@ -258,6 +258,8 @@ static void
|
|||
gst_mse_src_constructed (GObject * object)
|
||||
{
|
||||
GstMseSrc *self = GST_MSE_SRC (object);
|
||||
|
||||
G_OBJECT_CLASS (gst_mse_src_parent_class)->constructed (object);
|
||||
GST_OBJECT_FLAG_SET (self, GST_ELEMENT_FLAG_SOURCE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue