mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 04:45:47 +00:00
that bracket needs to be closed
Original commit message from CVS: that bracket needs to be closed
This commit is contained in:
parent
36c6d7eec3
commit
a07fec515d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ gst_icecastsend_get_type (void)
|
||||||
if (!icecastsend_type) {
|
if (!icecastsend_type) {
|
||||||
static const GTypeInfo icecastsend_info = {
|
static const GTypeInfo icecastsend_info = {
|
||||||
sizeof (GstIcecastSendClass),
|
sizeof (GstIcecastSendClass),
|
||||||
(GBaseInitFunc gst_icecastsend_base_init, NULL,
|
(GBaseInitFunc) gst_icecastsend_base_init, NULL,
|
||||||
(GClassInitFunc) gst_icecastsend_class_init, NULL, NULL,
|
(GClassInitFunc) gst_icecastsend_class_init, NULL, NULL,
|
||||||
sizeof (GstIcecastSend), 0,
|
sizeof (GstIcecastSend), 0,
|
||||||
(GInstanceInitFunc) gst_icecastsend_init,
|
(GInstanceInitFunc) gst_icecastsend_init,
|
||||||
|
|
Loading…
Reference in a new issue