summaryrefslogtreecommitdiff
path: root/gst/elements/gstdisksrc.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-14go away i tell youAndy Wingo1-383/+0
2001-12-13More Michael fixageWim Taymans1-12/+7
2001-10-21API docs. revived _buffer_ref_by_count fast types for scheduler and bin.Wim Taymans1-4/+1
2001-10-17merge from EVENTS1 on 20011016Erik Walthinsen1-75/+52
2001-08-22Updated the event system to use event,timestamp,data instead of a pointer.Erik Walthinsen1-7/+9
2001-08-10mmap returns MAP_FAILED in case of an error, also do a perror in case of a fa...Wim Taymans1-3/+6
2001-08-10Removed the old eos and qos functions.Wim Taymans1-2/+1
2001-08-06Initial code for the event system.Erik Walthinsen1-0/+1
2001-07-11Some code cleanups.Wim Taymans1-7/+9
2001-06-30Fix an endless loop at EOS.. this is a hack...Wim Taymans1-1/+3
2001-06-25Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241Erik Walthinsen1-39/+43
2001-06-15Changed a stupid assert in request_pad.Wim Taymans1-2/+8
2001-05-22- it is now possible to change the opened file when state is PAUSEDBastien Nocera1-2/+10
2001-04-22API docs updates.Wim Taymans1-2/+2
2001-03-07Merged the AUTOPLUG2 branchWim Taymans1-28/+28
2001-02-21Fixed typo in element details.David I. Lehn1-1/+1
2001-02-05Reworked getregion/pullregion stuff. Region is now specified by a type (OFFS...Erik Walthinsen1-10/+11
2001-02-04moved asyncdisksrc to disksrc, no point in having a distinctionErik Walthinsen1-79/+137
2001-01-29This is a megapatch with the following changes:Wim Taymans1-1/+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-6/+4
2000-12-23Added handoff signals to fakesrc and fakesinkWim Taymans1-7/+7
2000-12-20Massive scheduling changes (again). Not entirely complete, but getting close...Erik Walthinsen1-4/+4
2000-12-16WARNING: Don't grab this updated unless you're really, REALLY sure.Erik Walthinsen1-11/+10
2000-12-04Changed the way things are scheduled, especially sources. A Src used to have...Erik Walthinsen1-20/+15
2000-11-20Reworked AC3 decoder. No seeking yet but at least we do not need ac3parse any...Wim Taymans1-73/+90
2000-11-06Added seeking to the avi decoder by implementing pull_region.Wim Taymans1-9/+12
2000-10-21MPEG2 types added for better autoplugging. MPEG2 works more or less. fix in a...Wim Taymans1-0/+3
2000-10-11Added extra Gtk types for better editor properties (FILENAME, enums)Wim Taymans1-1/+1
2000-09-17Added gst_pipeline_add_sink/src to allow multiple sink cases and more complex...Wim Taymans1-1/+0
2000-09-17Added check for vorbis.Wim Taymans1-2/+1
2000-09-16Added a quick hack to allow loop based elements to finish intead of looping t...Wim Taymans1-0/+4
2000-08-14State change fixes in the threading element.Wim Taymans1-0/+2
2000-07-21Brought standard elements in line with new state management system.Erik Walthinsen1-24/+26
2000-07-05Added seeking to some of the plugins. some MMX speedups in the MPEG decoders.Wim Taymans1-3/+34
2000-06-25Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) t...Wim Taymans1-0/+4
2000-03-27Documentation updates. All standard library objects and standard elements are...Wim Taymans1-0/+1
2000-02-27This is a rather large patch. Switched on -Wall compiler flag and fixed the w...Wim Taymans1-4/+5
2000-01-30initial checkinErik Walthinsen1-0/+267