summaryrefslogtreecommitdiff
path: root/gst/elements/gstpipefilter.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-15gst/elements/Makefile.am: Remove some elements that don't need to be in the c...David Schleef1-356/+0
2004-08-17gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init ...Benjamin Otte1-2/+20
2004-04-20making _set_property warn on unknown properties use GST_TIME_FORMAT for times...Thomas Vander Stichele1-0/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-6/+6
2004-03-13gst-indent run on coreThomas Vander Stichele1-93/+95
2004-01-31suffix errors with period.Thomas Vander Stichele1-4/+4
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-4/+4
2004-01-19removing ending punctuation dotsThomas Vander Stichele1-8/+4
2004-01-18changing error signal add error codes and domainsThomas Vander Stichele1-10/+12
2004-01-08gst/gstutils.h: GST_PARENT_CALL andBenjamin Otte1-31/+4
2004-01-07gst/elements/gstfilesink.c: Fix for if we pass NULL as property to location.Ronald S. Bultje1-7/+20
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-13/+21
2003-10-08s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to...Andy Wingo1-6/+7
2003-09-16reverting error patches before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-9/+10
2003-09-14implement translatable error messages using gerror.Benjamin Otte1-10/+9
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-6/+11
2003-01-01- Added PAD_NEGOTIATING flag, remove PAD_EOS flagWim Taymans1-2/+0
2002-09-29adding ::license field to core pluginsAndy Wingo1-0/+1
2002-05-01Small cleanupsWim Taymans1-1/+1
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-5/+5
2001-12-17more of the popular // fixesChristian Schaller1-6/+6
2001-10-21API docs. revived _buffer_ref_by_count fast types for scheduler and bin.Wim Taymans1-4/+4
2001-08-22Updated the event system to use event,timestamp,data instead of a pointer.Erik Walthinsen1-1/+1
2001-08-10Removed the old eos and qos functions.Wim Taymans1-5/+5
2001-06-25Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241Erik Walthinsen1-28/+29
2001-05-20Made pipefilter a DECOUPLED element.Wim Taymans1-53/+89
2001-01-29This is a megapatch with the following changes:Wim Taymans1-8/+1
2001-01-01Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.Erik Walthinsen1-5/+5
2000-12-29Updated copyright notices.Erik Walthinsen1-2/+5
2000-12-29Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and...Erik Walthinsen1-5/+3
2000-08-14State change fixes in the threading element.Wim Taymans1-6/+6
2000-07-21Brought standard elements in line with new state management system.Erik Walthinsen1-15/+13
2000-06-11Reworked the audio resampler.Wim Taymans1-31/+38
2000-05-28Rewrote the mpeg2 system parser like the mpeg1 parser.Wim Taymans1-15/+21
2000-05-28Added a basic element: pipefilter. This element connects the stdin/stdout of ...Wim Taymans1-0/+296