gstreamer/gst
Thomas Vander Stichele 27d587b023 better debug info
Original commit message from CVS:
better debug info
2004-03-09 13:23:14 +00:00
..
autoplug gst/autoplug/gstspider.c: fixed caps leak 2004-03-06 18:25:59 +00:00
elements make signals use dashes in the names 2004-03-04 20:06:02 +00:00
indexers fixes for --disable-loadsave --disable-registry 2004-02-12 16:49:16 +00:00
parse gst/gstelement.c: make elements try to recursively change state to PAUSED on all parents after an error to suppress e... 2004-03-05 13:07:48 +00:00
registries gst/: Debugging tweaks. 2004-02-20 13:18:32 +00:00
schedulers gst/gstbin.c (gst_bin_remove): Debugging fixes. 2004-03-07 14:33:13 +00:00
.gitignore update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
cothreads.c gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is missing (#132991) 2004-01-30 21:26:15 +00:00
cothreads.h
gettext.h adding i18n tested with nl, seems to work fine 2004-01-13 11:30:00 +00:00
gst-i18n-app.h add gstelement.c for translation remove config.h from i18n headers 2004-01-19 15:49:52 +00:00
gst-i18n-lib.h add gstelement.c for translation remove config.h from i18n headers 2004-01-19 15:49:52 +00:00
gst.c attach global instead of local registry to GST_REGISTRY 2004-03-01 23:38:27 +00:00
gst.h add GstPoptOption to work around evil poptOption struct def make sure popt is i18n'd expand gnome example 2004-02-03 14:59:32 +00:00
gst_private.h changing error signal add error codes and domains 2004-01-18 21:36:20 +00:00
gstarch.h
gstatomic.c
gstatomic.h
gstatomic_impl.h patch for s390 from fedora test 2 rpms 2004-02-16 12:28:36 +00:00
gstbin.c better debug info 2004-03-09 13:23:14 +00:00
gstbin.h gst/gstpad.c (_gst_real_pad_fixate_accumulator): s/pointer/boxed/. 2004-02-05 13:51:26 +00:00
gstbuffer.c gst/: Use gst_data_copy, instead of ref, since some applications that uses GBoxed routines depends on a function that... 2004-03-01 12:10:16 +00:00
gstbuffer.h gst/gstbuffer.h: remove gst_buffer_free, use gst_data_unref 2004-02-27 21:29:04 +00:00
gstcaps.c gst/: Debugging tweaks. 2004-02-20 13:18:32 +00:00
gstcaps.h Reverted changes made to fix unsigned-signed warnings after hearing comments on IRC. Thans to teus 2004-02-07 15:37:21 +00:00
gstclock.c gst/gstclock.c: fixes structure initialisation of clock (bug #134128) 2004-02-11 19:02:00 +00:00
gstclock.h gst/gstelement.c (gst_element_dispose): Protect against multiple invocations. 2004-02-25 13:16:12 +00:00
gstcompat.h
gstconfig.h.in configure.ac: Add detection for HAVE_PRINTF_EXTENSION and 2004-01-29 01:20:23 +00:00
gstcpu.c
gstcpu.h
gstcpuid_i386.s gst/gstcpuid_i386.s: Remove unused code 2004-03-05 08:35:02 +00:00
gstdata.c gst/: Use gst_data_copy, instead of ref, since some applications that uses GBoxed routines depends on a function that... 2004-03-01 12:10:16 +00:00
gstdata.h gst/gstbuffer.h: remove gst_buffer_free, use gst_data_unref 2004-02-27 21:29:04 +00:00
gstdata_private.h
gstelement.c gst/gstbin.c (gst_bin_remove): Debugging fixes. 2004-03-07 14:33:13 +00:00
gstelement.h configure.ac: remove whitespace 2004-03-01 17:15:28 +00:00
gstelementfactory.c gst/: Debugging tweaks. 2004-02-20 13:18:32 +00:00
gsterror.c add error symbol start translating gst-inspect 2004-02-03 11:23:59 +00:00
gsterror.h add error symbol start translating gst-inspect 2004-02-03 11:23:59 +00:00
gstevent.c gst/: Use gst_data_copy, instead of ref, since some applications that uses GBoxed routines depends on a function that... 2004-03-01 12:10:16 +00:00
gstevent.h Trying to fix the mess that I made with the two previous commits. 2004-02-07 15:51:39 +00:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstindex.c make signals use dashes in the names 2004-03-04 20:06:02 +00:00
gstindex.h gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER. 2004-02-18 05:26:59 +00:00
gstinfo.c gst/: Debugging tweaks. 2004-02-20 13:18:32 +00:00
gstinfo.h merging from release branch 2004-02-26 17:02:49 +00:00
gstinterface.c make sure all API gets built sync .c with .h 2004-01-30 19:06:13 +00:00
gstinterface.h
gstlog.h
gstmacros.h
gstmarshal.list gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER. 2004-02-18 05:26:59 +00:00
gstmemchunk.c Trying to fix the mess that I made with the two previous commits. 2004-02-07 15:51:39 +00:00
gstmemchunk.h
gstobject.c make signals use dashes in the names 2004-03-04 20:06:02 +00:00
gstobject.h gst/: get rid of gstmarshal.h dependency. It's not needed. 2004-02-03 03:31:26 +00:00
gstpad.c better debug info 2004-03-09 13:23:14 +00:00
gstpad.h gst/gstpad.c: Reverting my change according to what we agreed with david. 2004-02-17 22:55:26 +00:00
gstparse.c
gstparse.h
gstpipeline.c parts of the patch submitted in bug #113913 2004-01-30 20:48:13 +00:00
gstpipeline.h
gstplugin.c gst/: Debugging tweaks. 2004-02-20 13:18:32 +00:00
gstplugin.h gst/gstelement.h: remove gst_element_factory_get_version. It doesn't exist anymore. 2004-01-26 03:44:14 +00:00
gstpluginfeature.c fix output of typefind add GPL headers fix doc snippet 2004-01-20 14:09:42 +00:00
gstpluginfeature.h
gstprobe.c
gstprobe.h
gstquery.c
gstquery.h
gstqueue.c gst/gstbin.c: Fix a big bug that was breaking pipelines like sinesrc ! { queue ! osssink } when an error was thrown b... 2004-02-15 19:05:59 +00:00
gstqueue.h increment current, reset padding 2004-02-04 21:35:39 +00:00
gstregistry.c make signals use dashes in the names 2004-03-04 20:06:02 +00:00
gstregistry.h
gstregistrypool.c fixes for --disable-loadsave --disable-registry 2004-02-12 16:49:16 +00:00
gstregistrypool.h
gstscheduler.c gst/gstclock.*: deprecate old interface and disable functions that aren't in use anymore. 2004-01-14 00:46:48 +00:00
gstscheduler.h
gststructure.c gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER. 2004-02-18 05:26:59 +00:00
gststructure.h gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER. 2004-02-18 05:26:59 +00:00
gstsystemclock.c gst/gstcaps.c: add sanity checks 2003-12-27 13:51:31 +00:00
gstsystemclock.h
gsttag.c remove deprecated functions add two tag prototypes to docs add accessor function 2004-03-06 20:19:23 +00:00
gsttag.h remove deprecated functions add two tag prototypes to docs add accessor function 2004-03-06 20:19:23 +00:00
gsttaginterface.c fixing docs errors 2004-02-03 10:47:26 +00:00
gsttaginterface.h
gsttaglist.c remove deprecated functions add two tag prototypes to docs add accessor function 2004-03-06 20:19:23 +00:00
gsttaglist.h remove deprecated functions add two tag prototypes to docs add accessor function 2004-03-06 20:19:23 +00:00
gsttagsetter.c fixing docs errors 2004-02-03 10:47:26 +00:00
gsttagsetter.h
gstthread.c gst/gstevent.c: copy navigation event correctly. Check freeing tag lists. 2004-02-20 00:38:24 +00:00
gstthread.h
gstthreaddummy.c
gsttrace.c parts of the patch submitted in bug #113913 2004-01-30 20:48:13 +00:00
gsttrace.h
gsttrashstack.c
gsttrashstack.h
gsttypefind.c
gsttypefind.h
gsttypes.h
gsturi.c make signals use dashes in the names 2004-03-04 20:06:02 +00:00
gsturi.h
gsturitype.c
gsturitype.h
gstutils.c docs/gst/tmpl/gstcaps.sgml: Fix stuff that mentions GstProps 2004-02-11 20:16:33 +00:00
gstutils.h gst/gstutils.h: GST_PARENT_CALL and 2004-01-08 04:10:18 +00:00
gstvalue.c gst/gstevent.c: copy navigation event correctly. Check freeing tag lists. 2004-02-20 00:38:24 +00:00
gstvalue.h gst/gstevent.c: copy navigation event correctly. Check freeing tag lists. 2004-02-20 00:38:24 +00:00
gstversion.h.in
gstxml.c make signals use dashes in the names 2004-03-04 20:06:02 +00:00
gstxml.h
Makefile.am adding back RELEASE clean up disting of built files 2004-02-27 12:37:13 +00:00
Makefile.am.future
ROADMAP