summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-01-05Patch 13357 and 13358 from vishnuWim Taymans2-26/+32
2003-01-04I think this makes a little more senseWim Taymans1-9/+7
2003-01-04Register the two indexersWim Taymans4-25/+49
2003-01-04Added fileindexWim Taymans2-1/+898
2003-01-03remove redundant flag setDavid I. Lehn1-1/+0
2003-01-01- Added PAD_NEGOTIATING flag, remove PAD_EOS flagWim Taymans1-2/+0
2002-12-30- major API breakage (one of the last, I promise...)Wim Taymans3-20/+20
2002-12-27- disable pads when going to PAUSED, we want to make sure no data is passing ...Wim Taymans1-1/+4
2002-12-26- Added flags to lookup method so that one can search for keyframes tooWim Taymans1-2/+25
2002-12-26Also display buffer flagsWim Taymans1-2/+3
2002-12-22Added pad_query with percent format on filesrc and some constantsWim Taymans1-3/+11
2002-12-21- queue can change state only when not connectedWim Taymans1-1/+1
2002-12-18patch from brian cameron for iso c complianceThomas Vander Stichele1-0/+9
2002-12-15Fix silent propertyWim Taymans1-6/+6
2002-12-12Renamed GstCache to GstIndexWim Taymans2-0/+415
2002-12-08Better debuggingWim Taymans1-6/+6
2002-12-08A little more debugging info and error checkingWim Taymans1-1/+17
2002-12-08fix for parallel installabilityThomas Vander Stichele1-2/+2
2002-11-29More forte compiler fixes, added a .h file to store commonly used macros that...Wim Taymans1-1/+1
2002-11-28commit the fdsrc fix from Pedro Corte-RealChristian Schaller1-0/+6
2002-11-27Small cleanupsWim Taymans2-16/+12
2002-11-27- Added first attempt at general caching mechanism (GstTimeCache renamed to G...Wim Taymans1-2/+1
2002-11-21Small cleanups, more descriptive propertiesWim Taymans7-126/+130
2002-11-20Better error recovery when the mmap fails.Wim Taymans1-6/+21
2002-11-02Removed annoying notify messages and removed properties that are better handl...Wim Taymans1-27/+0
2002-11-01Change from pthreads to GThreadsDavid Schleef1-5/+4
2002-10-30use G_{BEGIN,END}_DECLSDavid I. Lehn14-121/+28
2002-10-25Convert from sys_errlist[] to g_strerror()David Schleef1-4/+4
2002-10-25A discont event should not flush the queueWim Taymans1-4/+1
2002-10-17Add an fd param to set the file descriptor as an intWim Taymans1-0/+11
2002-09-29licenses, uggAndy Wingo1-0/+1
2002-09-29adding ::license field to core pluginsAndy Wingo14-0/+14
2002-09-23backport fixesThomas Vander Stichele1-7/+18
2002-09-15State change cleanupsWim Taymans1-7/+8
2002-09-15Small cleanups and leak fixesWim Taymans1-0/+2
2002-09-12- Make the return GList of gst_element_get_pad_list as constWim Taymans5-24/+13
2002-09-10This changes an important part of the plugin API, gst_pad_try_set_caps() no l...Ronald S. Bultje2-6/+4
2002-09-08committing many nice little memleaks fixes from Iain, great work dudeChristian Schaller3-0/+11
2002-09-01Don't doe EOS in a state change functionWim Taymans1-2/+5
2002-08-02Implemented segment seeking in fakesrcWim Taymans2-54/+85
2002-07-30Use fancy macrosWim Taymans2-57/+28
2002-07-28Fix some wrong prototypes and funtion argsWim Taymans1-1/+1
2002-07-24- Implemented seekmasks, query types and formats in various pluginsWim Taymans4-4/+77
2002-07-24- More element API docs.Wim Taymans1-1/+1
2002-07-24add default bufferpool, clean up some code, add bufferpool testing to fakesrcAndy Wingo2-36/+58
2002-07-13- Documentation updates, renamed some _ methods because gtkdoc didn't want to...Wim Taymans1-1/+1
2002-07-08- Removed bufferpool code and move that to gstbuffer.cWim Taymans6-64/+64
2002-06-22Don't seek past the end of the fileWim Taymans1-16/+38
2002-06-13Added a size event to optimize buffer sizes make filesrc update its blocksize...Wim Taymans1-0/+7
2002-06-12Documentation updatesWim Taymans1-1/+1