summaryrefslogtreecommitdiff
path: root/gst/elements/gstmultifilesrc.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-363/+0
2005-03-08Remove threadsafe properties. Fix elements because GObject complains when ins...Wim Taymans1-5/+2
2004-08-17gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init ...Benjamin Otte1-1/+10
2004-07-23gst/elements/gstmultifilesrc.*: Added newmedia property so it generates newme...Zaheer Abbas Merali1-31/+72
2004-04-20making _set_property warn on unknown properties use GST_TIME_FORMAT for times...Thomas Vander Stichele1-0/+1
2004-03-21gst/: clean up used memory in this elements correctly on teardown (closes #13...Benjamin Otte1-3/+6
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-9/+9
2004-03-13gst-indent run on coreThomas Vander Stichele1-52/+57
2004-03-04make signals use dashes in the namesThomas Vander Stichele1-1/+1
2004-02-22fix errorsThomas Vander Stichele1-1/+7
2004-02-18gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead...David Schleef1-2/+2
2004-02-11rename multidisksrc to multifilesrcThomas Vander Stichele1-66/+66
2004-01-31suffix errors with .Thomas Vander Stichele1-1/+1
2004-01-31suffix errors with period.Thomas Vander Stichele1-3/+2
2004-01-30parts of the patch submitted in bug #113913Benjamin Otte1-1/+1
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
2004-01-19removing ending punctuation dotsThomas Vander Stichele1-1/+1
2004-01-18changing error signal add error codes and domainsThomas Vander Stichele1-3/+11
2004-01-08gst/gstutils.h: GST_PARENT_CALL andBenjamin Otte1-30/+5
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-8/+16
2003-10-08s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to...Andy Wingo1-4/+4
2003-10-07remember to set buffer size.David Schleef1-0/+1
2003-09-16reverting error patches before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-10/+3
2003-09-14implement translatable error messages using gerror.Benjamin Otte1-3/+10
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-1/+6
2002-09-29adding ::license field to core pluginsAndy Wingo1-0/+1
2002-04-14ARG_LOCATIONS is a pointerSteve Baker1-2/+2
2001-12-28- Removed deprecated buffer flags.Wim Taymans1-1/+1
2001-12-17more of the popular // fixesChristian Schaller1-7/+7
2001-10-21API docs. revived _buffer_ref_by_count fast types for scheduler and bin.Wim Taymans1-2/+1
2001-08-22Updated the event system to use event,timestamp,data instead of a pointer.Erik Walthinsen1-1/+1
2001-08-13sync with the current CVS glib APISteve Baker1-1/+1
2001-08-10Removed the old eos and qos functions.Wim Taymans1-2/+2
2001-06-25Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241Erik Walthinsen1-34/+34
2001-03-24Modified a lot of plugins to use the caps system.Wim Taymans1-0/+305