summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/: Bunch of gratuitous nano-optimisations.Tim-Philipp Müller2007-12-285-15/+16
* gst/gstsystemclock.c: Add some more docs to explain why a FIXME was wrongly a...Wim Taymans2007-12-241-6/+8
* gst/gstobject.c: Fix typo in the gst_object_{ref,unref} documentation.Sebastian Dröge2007-12-221-2/+2
* gst/gsttypefind.c: Make gst_type_find_register work for static typefind funct...Tim-Philipp Müller2007-12-212-4/+9
* gst/gstpad.c: Really unlink the peer pad instead of setting the peer pointer ...Wim Taymans2007-12-211-3/+13
* docs/design/part-synchronisation.txt: Small updates.Wim Taymans2007-12-191-12/+19
* gst/gsttaglist.c: Small docs addition: mention that the strings returned by g...Tim-Philipp Müller2007-12-181-4/+4
* gst/gstregistrybinary.c: Use g_remove() and g_rename(). Check result of g_ren...Tim-Philipp Müller2007-12-162-15/+56
* gst/gstutils.c: Fix possible compiler warning (#503417).Tim-Philipp Müller2007-12-131-1/+1
* gst/gstobject.c: Don't use GST_CAT_EVENT here for logging, it makes no sense.Tim-Philipp Müller2007-12-131-11/+2
* Makefile.am: Add check-exports target and run it as part of 'make check' (see...Tim-Philipp Müller2007-12-127-10/+14
* gst/gstvalue.*: Add more missing "Since:" tags to docs.Stefan Kost2007-12-122-0/+6
* gst/gstutils.c: Add mising "Since:" to docs.Stefan Kost2007-12-121-0/+2
* gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system w...Stefan Kost2007-12-111-0/+1
* gst/gstutils.*: Actually its not PURE as it gets the time from elsewhere.Stefan Kost2007-12-112-2/+2
* Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost2007-12-115-32/+36
* gst/gststructure.c: Don't crash in _from_string() if the structure name is no...Tim-Philipp Müller2007-12-081-4/+10
* gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation.Wim Taymans2007-12-031-1/+1
* gst/: Fix wrong order of args in GST_CLOCK_DIFF() usage.Stefan Kost2007-11-282-2/+2
* Rename new API + ChangeLog surgery to remove old name from last entry..Stefan Kost2007-11-283-8/+9
* Now hide the different clock stuff behind a macro.Stefan Kost2007-11-283-47/+31
* Apply the posix-timer check from #361155. Conditionally use the posix timer f...Stefan Kost2007-11-282-10/+45
* gst/gstminiobject.c: Some cleanup and checking against invalid function param...Sebastian Dröge2007-11-281-7/+35
* Start merging in the easy bits of #361155, the monotonic clock patch.Wim Taymans2007-11-281-0/+35
* Due to popular request remove preset interface again. :-(.Stefan Kost2007-11-264-1228/+0
* docs/random/ensonic/profiling.txt: More ideas.Stefan Kost2007-11-223-3/+20
* gst/gstpreset.c: Try harder to use the return value from fgets().Stefan Kost2007-11-221-5/+5
* gst/gstpreset.c: For theses two fgets we handle the error below.Stefan Kost2007-11-211-2/+2
* gst/gstpreset.c: Plug a leak and fix saving.Stefan Kost2007-11-201-1/+5
* gst/gstpreset.*: Change _get_preset_names API to return a strv with copies. A...Stefan Kost2007-11-202-63/+112
* gst/gstpreset.c: More cleanups, docs, and TODOs from comments that now slowly...Stefan Kost2007-11-191-14/+32
* gst/gstpreset.c: Fix bogus warning and make the property type specific code m...Stefan Kost2007-11-191-13/+15
* gst/gstpreset.c: Make it build on OS X.Julien Moutte2007-11-191-2/+2
* gst/gstbin.c: Change email, cleanups add some more debug and comments.Wim Taymans2007-11-191-17/+32
* gst/: Fix build with --disable-gst-debug. Fixes #497859.Stefan Kost2007-11-182-5/+4
* gst/gstevent.c: Little documentation improvment.Stefan Kost2007-11-172-15/+17
* gst/gstpreset.c: Add some comments and TODOs.Stefan Kost2007-11-172-0/+4
* Add the preset interface (Fixes #396779). Do some doc cleanups along.Stefan Kost2007-11-174-0/+1149
* gst/gstsegment.c: Also accumulate time correctly when doing reverse playback....Wim Taymans2007-11-091-24/+54
* gst/: Move getenv() back into gst_init, so everyone can live happily ever aft...Tim-Philipp Müller2007-11-072-4/+10
* gst/gst.c: Make _gst_disable_segtrap static, it's only used in gstplugin.c a...Tim-Philipp Müller2007-11-065-28/+20
* gst/gstelement.c: Only change the state cookie if a different state was set o...Wim Taymans2007-11-061-3/+6
* gst/gstvalue.c: Remove unused and uninitialised type variables that were stil...Tim-Philipp Müller2007-11-061-7/+0
* gst/gstobject.c: Corrected the registration of the parent-set and parent-unse...Murray Cumming2007-11-041-2/+2
* gst/: Move declaration of private _gst_foo_initialize() functions into our pr...Tim-Philipp Müller2007-11-029-17/+15
* gtk-doc fixes; trailing-comma-in-enum fix.Tim-Philipp Müller2007-11-022-3/+2
* gst/gst.c: Clean up on deinit (not the external ones though, doesn't seem to ...Tim-Philipp Müller2007-11-021-0/+11
* gst/gstinfo.h: Remove __declspec(dllimport) for MSVC that was copied over int...Tim-Philipp Müller2007-11-011-5/+0
* g_type_class_ref() other types as well, see #349410 and #64764.Tim-Philipp Müller2007-11-015-27/+15
* gst/gstformat.c: g_type_class_ref() our GstFormat type to make sure we avoid ...Tim-Philipp Müller2007-11-011-1/+1