]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commit
micro-optimisation: use GST_QUARK in more places
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 29 May 2009 17:00:06 +0000 (18:00 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 29 May 2009 18:27:43 +0000 (19:27 +0100)
commitbc7c7e983668f5379cc192935367def6831965d7
tree01b05d2a96bde283135d355f9933296348b81e85
parentae62089f585d7d164a1050fad6d3f0ace9fd4b19
micro-optimisation: use GST_QUARK in more places

Use gst_structure_id_empty_new() in combination with GST_QUARK
rather than gst_structure_id_new() when creating message, event,
query and taglist structures. Mostly just because we can.
gst/gstevent.c
gst/gstmessage.c
gst/gstquark.c
gst/gstquark.h
gst/gstquery.c
gst/gsttaglist.c