summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-04-17- Added a property to perform caps negotiation in the chain function instead ...Wim Taymans2-19/+59
2003-04-17release lock before doing signal handlingBenjamin Otte1-0/+2
2003-04-17Remove dummy signals, add full signal.Colin Walters2-5/+10
2003-04-15Ouch: gst_element_dispose does a state change to NULL. Change the state to NU...Benjamin Otte1-1/+1
2003-04-14- make aggregator actually workWim Taymans1-4/+12
2003-03-27cleanup: remove writer/reader booleans, just signal everytime bugfix: signal ...Benjamin Otte2-35/+10
2003-03-21fix memory leaks and unlock a mutex earlierBenjamin Otte1-5/+10
2003-03-02Better capsnegoWim Taymans1-1/+42
2003-02-23- Added generic shaper element that keeps two streams in sync.Wim Taymans4-0/+464
2003-02-11Fix bogus warning messageWim Taymans1-1/+1
2003-02-10Small cleanups and portability fixes for GUINT64Wim Taymans1-5/+5
2003-02-10Fix various inconsistencies discovered while attempting to fix --disable-*.Erik Walthinsen1-2/+2
2003-02-01Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<-...David Schleef7-17/+30
2003-01-23- Proxy the get_caps function slightly differently. This is potentially dange...Wim Taymans1-3/+6
2003-01-21Replace __alignof__() GCC-ism with sizeof(). Should produce exactly the same...David Schleef1-1/+7
2003-01-15Clean up state changeWim Taymans1-19/+47
2003-01-12fix Dispose method by vishnuWim Taymans1-2/+40
2003-01-12Avoid reads on freed memory (patch from vishnu)Wim Taymans1-2/+9
2003-01-09more connect -> link updatesDavid I. Lehn3-4/+4
2003-01-09code cleanups and further deprecation fixesThomas Vander Stichele3-4/+4
2003-01-09first pass of connect->link gst-plugins and other stuff compiles without chan...Thomas Vander Stichele3-10/+10
2003-01-08Provide intrastructure to not have to pass NULL buffers on errors and interru...Wim Taymans2-4/+12
2003-01-05patch 13364 from vishnuWim Taymans1-11/+16
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