winegstreamer: Avoid empty initializer braces.

This commit is contained in:
Thomas Faber 2015-02-14 09:35:56 +01:00 committed by Alexandre Julliard
parent 7f9a63e5fd
commit ed761920ca

View file

@ -707,7 +707,7 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, gboolean last, GS
PIN_INFO piOutput;
const char *typename;
char *name;
AM_MEDIA_TYPE amt = { };
AM_MEDIA_TYPE amt = {{0}};
GstCaps *caps;
GstStructure *arg;
GstPad *mypad;