diff --git a/ChangeLog b/ChangeLog index 2ecb1b71a9..4b505fa580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-26 Wim Taymans + + * gst/gstcaps.c: (gst_static_caps_get): + Init caps flags too. + 2007-01-25 Sebastian Dröge Patch by: Jindrich Makovicka diff --git a/gst/gstcaps.c b/gst/gstcaps.c index 5cb9ccfce5..ed3eb42ed8 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -456,6 +456,7 @@ gst_static_caps_get (GstStaticCaps * static_caps) * of the result caps to 0 so that other threads don't run away with the * caps while we are constructing it. */ temp.type = GST_TYPE_CAPS; + temp.flags = 0; temp.structs = g_ptr_array_new (); /* initialize the caps to a refcount of 1 so the caps can be writable for