From: Wim Taymans Date: Fri, 26 Jan 2007 09:37:03 +0000 (+0000) Subject: gst/gstcaps.c: Init caps flags too. X-Git-Tag: RELEASE-0_10_12~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e569c17c76c9cf073d7088b533708e7d3d3d54cc;p=platform%2Fupstream%2Fgstreamer.git gst/gstcaps.c: Init caps flags too. Original commit message from CVS: * gst/gstcaps.c: (gst_static_caps_get): Init caps flags too. --- diff --git a/ChangeLog b/ChangeLog index 2ecb1b7..4b505fa 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 5cb9ccf..ed3eb42 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