mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
Add missing g_type_class_add_private in GstRTSPMediaFactoryURI
This commit is contained in:
parent
1abc9be682
commit
e2a7690cb3
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ gst_rtsp_media_factory_uri_class_init (GstRTSPMediaFactoryURIClass * klass)
|
|||
GObjectClass *gobject_class;
|
||||
GstRTSPMediaFactoryClass *mediafactory_class;
|
||||
|
||||
g_type_class_add_private (klass, sizeof (GstRTSPMediaFactoryURIPrivate));
|
||||
|
||||
gobject_class = G_OBJECT_CLASS (klass);
|
||||
mediafactory_class = GST_RTSP_MEDIA_FACTORY_CLASS (klass);
|
||||
|
||||
|
|
Loading…
Reference in a new issue