mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
fix shout2send compilation problem with -Wall -Werror
Original commit message from CVS: fix shout2send compilation problem with -Wall -Werror
This commit is contained in:
parent
e0dc3233f2
commit
8448310cea
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static GstElementStateReturn gst_shout2send_change_state (GstElement * element);
|
|||
|
||||
static GstElementClass *parent_class = NULL;
|
||||
|
||||
static guint gst_shout2send_signals[LAST_SIGNAL] = { 0, 0 };
|
||||
static guint gst_shout2send_signals[LAST_SIGNAL] = { 0 };
|
||||
|
||||
#define GST_TYPE_SHOUT_PROTOCOL (gst_shout2send_protocol_get_type())
|
||||
static GType
|
||||
|
|
Loading…
Reference in a new issue