gstreamer/plugins/elements
Benjamin Otte 0dd7202b34 - free type lists after use
Original commit message from CVS:
- free type lists after use
- sort typefinding functions before use
- doc build fixes
2003-10-27 03:12:15 +00:00
..
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
gstaggregator.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstaggregator.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstbufferstore.c loads of fixes. Most of the stuff works now (only thing missing is vorbis streams) 2003-10-27 00:39:18 +00:00
gstbufferstore.h initial checkin of typefind rewrite - doesn't work yet, but you may want to fix it :) - it compiles though 2003-10-23 01:27:07 +00:00
gstelements.c latest set of fixed (mostly stupid bugs in the typefind element and the bufferstore) 2003-10-26 17:22:21 +00:00
gstfakesink.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstfakesink.h cache return values of _gst_debug_nameof_funcptr 2003-08-07 12:45:31 +00:00
gstfakesrc.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstfakesrc.h cache return values of _gst_debug_nameof_funcptr 2003-08-07 12:45:31 +00:00
gstfdsink.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstfdsink.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstfdsrc.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstfdsrc.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstfilesink.c Properly give an error if no file was given 2003-10-20 14:58:07 +00:00
gstfilesink.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstfilesrc.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstfilesrc.h Add using_mmap field to GstFileSrc 2003-07-30 01:41:23 +00:00
gstidentity.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstidentity.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstmd5sink.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstmd5sink.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstmultidisksrc.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstmultidisksrc.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstmultifilesrc.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstmultifilesrc.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstpipefilter.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstpipefilter.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstqueue.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstqueue.h Add padding to structures and objects 2003-10-07 21:58:42 +00:00
gstshaper.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gstshaper.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gststatistics.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gststatistics.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gsttee.c s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc... 2003-10-08 16:06:02 +00:00
gsttee.h GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gsttypefind.c - free type lists after use 2003-10-27 03:12:15 +00:00
gsttypefind.h initial checkin of typefind rewrite - doesn't work yet, but you may want to fix it :) - it compiles though 2003-10-23 01:27:07 +00:00
gsttypefindelement.c - free type lists after use 2003-10-27 03:12:15 +00:00
gsttypefindelement.h initial checkin of typefind rewrite - doesn't work yet, but you may want to fix it :) - it compiles though 2003-10-23 01:27:07 +00:00
Makefile.am initial checkin of typefind rewrite - doesn't work yet, but you may want to fix it :) - it compiles though 2003-10-23 01:27:07 +00:00