X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgststructure.h;h=8e6b9726d3cde812c0405c405309d91c68f66684;hb=a143d9cb0caee85bbe0c5e8b86e9f05918153c9d;hp=624b6e6cb6f75f910a46d685a65f64696f6a91f1;hpb=e35dc31fda2fce5a65fd3df1ff141d5ff6d9cc44;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gststructure.h b/gst/gststructure.h index 624b6e6..8e6b972 100644 --- a/gst/gststructure.h +++ b/gst/gststructure.h @@ -134,7 +134,7 @@ GST_API void gst_structure_free (GstStructure * structure); GST_API -void gst_clear_structure (volatile GstStructure **structure_ptr); +void gst_clear_structure (GstStructure **structure_ptr); #define gst_clear_structure(structure_ptr) g_clear_pointer ((structure_ptr), gst_structure_free) GST_API