winegstreamer: Avoid empty initializer braces.
This commit is contained in:
parent
7f9a63e5fd
commit
ed761920ca
@ -707,7 +707,7 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, gboolean last, GS
|
|||||||
PIN_INFO piOutput;
|
PIN_INFO piOutput;
|
||||||
const char *typename;
|
const char *typename;
|
||||||
char *name;
|
char *name;
|
||||||
AM_MEDIA_TYPE amt = { };
|
AM_MEDIA_TYPE amt = {{0}};
|
||||||
GstCaps *caps;
|
GstCaps *caps;
|
||||||
GstStructure *arg;
|
GstStructure *arg;
|
||||||
GstPad *mypad;
|
GstPad *mypad;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user