summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-06-29bufferlist: use faster gst_buffer_list_get()Wim Taymans1-10/+4
2009-06-29bufferlist: fix exampleWim Taymans1-1/+1
2009-06-29docs: fix some typosJonas Holmberg1-2/+2
2009-06-29logging: add a performace log categoryStefan Kost3-2/+8
2009-06-27structure: fix int->gint to be in sync with the *.h and usageStefan Kost1-1/+1
2009-06-26request-pad: tell about ref counts in release_request_pad docs.Stefan Kost1-0/+4
2009-06-24caps: avoid doing logic in g_assertWim Taymans1-1/+2
2009-06-24GstStructure: Use direct values for repetitive conditionals (for/while).Edward Hervey1-16/+24
2009-06-24miniobjects: Don't chain up to empty finalize method.Edward Hervey5-5/+13
2009-06-24gstcaps: Use direct values for repetitive conditionals (for/while).Edward Hervey1-25/+30
2009-06-24make check: add check for enum type class unrefs in gst_deinit() tooTim-Philipp Müller1-0/+9
2009-06-23trace: use proper locking in GstTraceWim Taymans2-12/+22
2009-06-23object: also add pointers to debugWim Taymans1-3/+3
2009-06-22taglist: fix typo in tag descriptionStefan Kost1-1/+1
2009-06-21init: Fix indent, and ref the gst_buffer_list_item_get_type() classJan Schmidt1-3/+5
2009-06-19bufferlist: remove old enum from docsWim Taymans1-1/+0
2009-06-19gstinfo: define __gst_debug_min to LOG_LEVEL_NONE if debugging is disabledTim-Philipp Müller1-4/+6
2009-06-19bufferlist: Various cleanupsWim Taymans2-75/+177
2009-06-19docs: make gtk-doc happyTim-Philipp Müller2-8/+6
2009-06-19taskpool: fix unused variable warning in case debugging is disabledTim-Philipp Müller1-3/+1
2009-06-19gstinfo: fix export of GST_CAT_BUFFER_LIST when --gst-disable-debug is usedTim-Philipp Müller1-75/+49
2009-06-17gstelement: moved the clock unref to the right placeJosep Torra1-8/+7
2009-06-17gstelement: unref the clock when the element changes to null stateJosep Torra1-0/+8
2009-06-17Replaced deprecated win32-compatibility function with undeprecated one.Руслан Ижбулатов1-2/+16
2009-06-16gstbin: swap the lines of my previous commitJosep Torra1-2/+2
2009-06-16gstbin: remove clock references when clock lost happensJosep Torra1-0/+6
2009-06-16ghostpad: Add support for GstBufferListsBranko Subasic1-0/+15
2009-06-16iterator: Explicitly mention refcounting in docsChristopher Halse Rogers1-5/+14
2009-06-16gstxml: fix (de)serialisation of properties of type GstStructureTim-Philipp Müller2-3/+19
2009-06-15bin: make sure we set the next state correctlyWim Taymans1-1/+11
2009-06-15debug: add some more debug to element and padsWim Taymans2-2/+6
2009-06-14segment: fix include order to get config.h before _mingw.hРуслан Ижбулатов1-2/+1
2009-06-14taglist: add functions to create a new taglist with tags in one goTim-Philipp Müller2-0/+64
2009-06-12Fix remaining --disable-gst-debug ABI breakage.René Stadler2-1/+57
2009-06-12message: fix docsWim Taymans1-1/+46
2009-06-12stepping: more stepping improvementsWim Taymans4-38/+43
2009-06-12message: add step-start messageWim Taymans4-2/+36
2009-06-11gstvalue: more efficient value table lookup for fundamental typesTim-Philipp Müller1-1/+13
2009-06-11gstvalue: don't put GTypes into int variablesTim-Philipp Müller1-16/+23
2009-06-11elementfactory: Fix a compiler warningJan Schmidt1-1/+1
2009-06-10Make sure config.h is only included onceTim-Philipp Müller2-4/+2
2009-06-10plugin: add since: tags for the api docs.Stefan Kost1-0/+4
2009-06-10plugin: fix leaks introduced by fix for #584389Stefan Kost1-2/+5
2009-06-10structure: add gst_structure_*_get*() vararg functionsTim-Philipp Müller2-0/+262
2009-06-10docs: a few small API doc fixes and additionsTim-Philipp Müller3-9/+21
2009-06-10logging: when logging taglists, shorten long buffer dumpsTim-Philipp Müller1-3/+66
2009-06-09segment: make conversion more preciseWim Taymans1-1/+3
2009-06-08utils: gst_util_uint64_scale*() micro-optimisationsTim-Philipp Müller1-36/+43
2009-06-08Remove double semicolons at end of lineTim-Philipp Müller2-7/+7
2009-06-07registry: allow plugins to cache extra data in registry. Fixes #570233Stefan Kost5-1/+65