summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-04-24GstBin: set PENDING_STATE correctlyWim Taymans1-0/+1
2009-04-17gstdebug: compete stubs. Fixes #579177.Stefan Kost2-2/+124
2009-04-17gst_init: relocatability is unnecessary on CygwinYaakov Selkowitz1-1/+1
2009-04-17gstinfo: don't assume G_HAVE_ISO_VARARGS implies ISO C99Brian Cameron1-1/+1
2009-04-17GstPlugin: fix compilation if both HAVE_WIN32 and HAVE_SIGACTION are definedTim-Philipp Müller1-6/+3
2009-04-16docs: remove errant gtk-doc comment marker triggering a warningJan Schmidt1-1/+1
2009-04-16paramspecs: revert gst_param_spec_is_mutable() for releaseJan Schmidt2-51/+0
2009-04-15gstdebug: show enabled/disabled in configure and fix build for disabledStefan Kost2-30/+2
2009-04-15Use g_once_init_*() instead of GOnce for the enum typesSebastian Dröge1-2/+2
2009-04-15staticpadtemplate: Update docs of gst_static_pad_template_get_caps ()Sebastian Dröge1-2/+4
2009-04-14docs: use real <note> tags as they look nice in new gtk-docStefan Kost2-6/+6
2009-04-14Fix locking in gst_param_spec_is_mutableDavid Schleef1-3/+3
2009-04-14docs: add simple doc blurbWim Taymans1-0/+2
2009-04-14paramspecs: add note about racynessWim Taymans1-0/+5
2009-04-14info: use mutex to do console colors on windowsLRN1-0/+8
2009-04-13docs: add Since: tags to gtk-doc chunks for new param spec APITim-Philipp Müller2-0/+8
2009-04-12Add param spec flags for when a property can be changedDavid Schleef2-0/+70
2009-04-09bin: always mark pending_async_doneWim Taymans1-10/+14
2009-04-09info: fix compilation, %08x needs an unsigned intWim Taymans1-1/+1
2009-04-08API: add FIXME and DUMPMEM log levels and convenience macrosTim-Philipp Müller2-5/+286
2009-04-08docs: xref moreStefan Kost2-11/+10
2009-04-08tests: remove the hacks to workaround the pad-leakStefan Kost1-5/+0
2009-04-08padtemplate: enable code to fix the leak, now that the deps have been releasedStefan Kost1-5/+0
2009-04-04gsttaglist: Remove unused variable.Edward Hervey1-3/+1
2009-04-04gststructure: Only use methods used in g_* checks if glib checks are disabledEdward Hervey1-0/+2
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge22-612/+200
2009-04-04gst: Use G_DEFINE_TYPE and don't call g_thread_init() from class_initSebastian Dröge2-65/+5
2009-04-03Use g_slice_copy instead of g_slice_dup.Mark Nauwelaerts1-1/+1
2009-04-03gststructure: Remove dead assignment.Edward Hervey1-2/+0
2009-04-03gstbin: Remove unused variable.Edward Hervey1-2/+1
2009-04-03pipeline: remove redundant assignment.Edward Hervey1-1/+0
2009-04-03gstregistrybinary: remove variable only used for a check.Edward Hervey1-2/+1
2009-04-03Remove unused increments as detect by LLVM's CLang static analyzer.Edward Hervey2-2/+2
2009-04-03Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey8-32/+0
2009-04-03docs: improve API reference for gst_caps_get_structure()Tim-Philipp Müller1-1/+8
2009-04-02docs: explain ref ownership for handle_message implementationsThomas Vander Stichele1-2/+3
2009-03-27binaryregistry: init variable, that is referenced in error case below the fai...Stefan Kost1-1/+1
2009-03-27clock: wakeup the async thread a bit moreWim Taymans1-0/+2
2009-03-27element: Fix a little debug messageWim Taymans1-1/+1
2009-03-27binaryregistry: check for not reading beyond the data area. Fixes #576842Stefan Kost1-62/+106
2009-03-26clock: make UNSCHEDULED checks threadsafeWim Taymans2-26/+28
2009-03-26clock: remove pending async wakeup soonerWim Taymans1-8/+8
2009-03-26gstpoll: Corrected a documentation typo.Peter Kjellerstedt1-5/+6
2009-03-26clock: add some more comments.Wim Taymans1-1/+3
2009-03-26clock: rework the wakeup of entries.Wim Taymans1-51/+72
2009-03-26gstpoll: Fix up documentation strings.Jan Schmidt1-5/+11
2009-03-26clock: fix 2 wakeup races.Wim Taymans1-0/+9
2009-03-26registry: ignore .git directory when recursively scanning plugin paths for pl...Tim-Philipp Müller1-2/+2
2009-03-26registry: do fsync() before close() and rename()Tim-Philipp Müller2-0/+18
2009-03-26API: add gst_tag_list_get_buffer{_index}Tim-Philipp Müller2-0/+72