mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
remove comment
Original commit message from CVS: remove comment
This commit is contained in:
parent
7091ce493f
commit
e096619134
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ gst_osssink_get_type (void)
|
||||||
(GInstanceInitFunc)gst_osssink_init,
|
(GInstanceInitFunc)gst_osssink_init,
|
||||||
};
|
};
|
||||||
osssink_type = g_type_register_static (GST_TYPE_OSSELEMENT, "GstOssSink", &osssink_info, 0);
|
osssink_type = g_type_register_static (GST_TYPE_OSSELEMENT, "GstOssSink", &osssink_info, 0);
|
||||||
//GST_DEBUG_CATEGORY_INIT (oss_debug, "oss", 0, "OSS element");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return osssink_type;
|
return osssink_type;
|
||||||
|
|
Loading…
Reference in a new issue