gstreamer/tests/check
Tim-Philipp Müller ea60952f06 gst/gstobject.c: Random micro-optimisation: don't use a hash table with strings as keys and the usual strdup/strcmp i...
Original commit message from CVS:
* gst/gstobject.c: (gst_object_set_name_default),
(gst_object_set_name):
Random micro-optimisation: don't use a hash table
with strings as keys and the usual strdup/strcmp
involved, but rather just use the GQuark of the
type name as key, since it needs to be looked up
anyway to get the type name string.
* tests/check/gst/gstobject.c: (GST_START_TEST):
Fix various leaks.
2006-07-07 17:16:26 +00:00
..
elements libs/gst/base/gstbasesrc.c: Update docs. blocksize == 0 now means the default blocksize when working in push based mode. 2006-07-06 15:46:25 +00:00
generic moap ignore 2006-07-02 22:20:20 +00:00
gst gst/gstobject.c: Random micro-optimisation: don't use a hash table with strings as keys and the usual strdup/strcmp i... 2006-07-07 17:16:26 +00:00
libs moap ignore 2006-07-02 22:20:20 +00:00
pipelines moap ignore 2006-07-02 22:20:20 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
Makefile.am remove double var 2006-07-02 22:28:38 +00:00