gstreamer/plugins/elements
Benjamin Otte 4bf4de13ed Ouch: gst_element_dispose does a state change to NULL. Change the state to NULL yourself if you dispose plugins that ...
Original commit message from CVS:
Ouch: gst_element_dispose does a state change to NULL. Change the state to NULL yourself if you dispose plugins that reference some of the freed memory on state changes.

This is probably broken in lots of cases.
2003-04-15 18:46:09 +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 - make aggregator actually work 2003-04-14 18:58:11 +00:00
gstaggregator.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstelements.c - Added generic shaper element that keeps two streams in sync. 2003-02-23 20:29:12 +00:00
gstfakesink.c Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int conversion. Fixes warnings on alpha. 2003-02-01 20:29:27 +00:00
gstfakesink.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstfakesrc.c Fix various inconsistencies discovered while attempting to fix --disable-*. 2003-02-10 07:53:58 +00:00
gstfakesrc.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstfdsink.c Small cleanups, more descriptive properties 2002-11-21 23:52:30 +00:00
gstfdsink.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstfdsrc.c commit the fdsrc fix from Pedro Corte-Real 2002-11-28 14:13:51 +00:00
gstfdsrc.h Small cleanups, more descriptive properties 2002-11-21 23:52:30 +00:00
gstfilesink.c - major API breakage (one of the last, I promise...) 2002-12-30 17:42:11 +00:00
gstfilesink.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstfilesrc.c Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int conversion. Fixes warnings on alpha. 2003-02-01 20:29:27 +00:00
gstfilesrc.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstidentity.c Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int conversion. Fixes warnings on alpha. 2003-02-01 20:29:27 +00:00
gstidentity.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstmd5sink.c Replace __alignof__() GCC-ism with sizeof(). Should produce exactly the same code on all architectures except perhap... 2003-01-21 20:50:27 +00:00
gstmd5sink.h More forte compiler fixes, added a .h file to store commonly used macros that have to ifdefed out on non-gcc compilers 2002-11-29 19:08:47 +00:00
gstmultidisksrc.c adding ::license field to core plugins 2002-09-29 17:52:31 +00:00
gstmultidisksrc.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstmultifilesrc.c adding ::license field to core plugins 2002-09-29 17:52:31 +00:00
gstmultifilesrc.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstpipefilter.c - Added PAD_NEGOTIATING flag, remove PAD_EOS flag 2003-01-01 03:09:39 +00:00
gstpipefilter.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gstqueue.c Ouch: gst_element_dispose does a state change to NULL. Change the state to NULL yourself if you dispose plugins that ... 2003-04-15 18:46:09 +00:00
gstqueue.h cleanup: remove writer/reader booleans, just signal everytime bugfix: signal not_full after flush (Martin Janzen) 2003-03-27 03:16:08 +00:00
gstshaper.c - Added generic shaper element that keeps two streams in sync. 2003-02-23 20:29:12 +00:00
gstshaper.h - Added generic shaper element that keeps two streams in sync. 2003-02-23 20:29:12 +00:00
gststatistics.c Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int conversion. Fixes warnings on alpha. 2003-02-01 20:29:27 +00:00
gststatistics.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
gsttee.c Better capsnego 2003-03-02 14:00:11 +00:00
gsttee.h use G_{BEGIN,END}_DECLS 2002-10-30 09:17:34 +00:00
Makefile.am - Added generic shaper element that keeps two streams in sync. 2003-02-23 20:29:12 +00:00