mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 22:12:34 +00:00
a first feeble attempt at fixoring this beauty
Original commit message from CVS: a first feeble attempt at fixoring this beauty
This commit is contained in:
parent
da4c85a38d
commit
986a3eb8c6
1 changed files with 2 additions and 2 deletions
|
@ -113,6 +113,8 @@ gst_arts_class_init (GstARTSClass *klass)
|
|||
GObjectClass *gobject_class;
|
||||
GstElementClass *gstelement_class;
|
||||
|
||||
parent_class = g_type_class_ref(GST_TYPE_ELEMENT);
|
||||
|
||||
gobject_class = (GObjectClass*)klass;
|
||||
gstelement_class = (GstElementClass*)klass;
|
||||
}
|
||||
|
@ -146,8 +148,6 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||
{
|
||||
GstElementFactory *gstarts;
|
||||
|
||||
parent_class = g_type_class_ref(GST_TYPE_ELEMENT);
|
||||
|
||||
gstarts = gst_element_factory_new("gstarts",GST_TYPE_ARTS,&gst_arts_details);
|
||||
g_return_val_if_fail(gstarts != NULL, FALSE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue