summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up the makefile a bit.BRANCH-INCSCHED1-200105251-FREEZEWim Taymans2001-05-251-12/+0
* Remove deprecated methods.Wim Taymans2001-05-252-4/+0
* Removed some unused functions in gstbinWim Taymans2001-05-253-339/+1
* forgot to unset SPINNING, no idea how it worked before, maybe this will fix w...Erik Walthinsen2001-05-251-0/+2
* Swapped PAUSED and PLAYING states, reworked thread interlocking.Erik Walthinsen2001-05-258-89/+186
* Small fixes to various test apps.Wim Taymans2001-05-254-4/+4
* If the arg looks like a URI, gnomevfs is used, if gnomevfs is not found and t...Wim Taymans2001-05-251-3/+20
* fixed some interruptability problems with thread and queueErik Walthinsen2001-05-257-15/+67
* Fixed the media player so that it works with incsched.Wim Taymans2001-05-253-79/+88
* added better thread id debugging supportErik Walthinsen2001-05-243-50/+78
* fixed thread lock mis-mergeErik Walthinsen2001-05-241-2/+1
* Added the queue to the threadWim Taymans2001-05-241-2/+3
* Merge from HEAD into INCSCHED1 at 200105231.Erik Walthinsen2001-05-24108-1674/+3786
* Some small modifications.BRANCH-INCSCHED1-200105231-FREEZEWim Taymans2001-05-231-1/+1
* fixed problem where mad wasn't an entry (it is now HACK HACK!!) and the sched...Erik Walthinsen2001-05-231-4/+6
* added have_size handler so the window matches the video sizeErik Walthinsen2001-05-232-2/+24
* reworked internal parameters a bit, added leaky-queue semanticsErik Walthinsen2001-05-234-102/+208
* fixed references to _gst_print_statenameErik Walthinsen2001-05-221-6/+6
* Added ability for caps_nego_failed signal to indicate that it's solved the pr...Erik Walthinsen2001-05-222-23/+57
* Updates to DEBUG system: moved statename into gstelement.c, colorized the sta...Erik Walthinsen2001-05-216-25/+43
* fixed up pausing system, and added src_caps_nego_failed bodyErik Walthinsen2001-05-211-28/+64
* gstautoplugcache.c: Set default for cache's caps_proxy to FALSE again.Erik Walthinsen2001-05-212-11/+25
* Updated some debug statements. Added specific debug for int props.Erik Walthinsen2001-05-213-6/+13
* Added gstreamer-uninstalled.pc.in in prep for future changes to pkg-config.Erik Walthinsen2001-05-194-23/+60
* update to latest code, includes caps_fail handlers that kinda workErik Walthinsen2001-05-171-22/+47
* Added thread refcounting and module test caseWim Taymans2001-05-162-0/+562
* More testsuite updatesWim Taymans2001-05-164-4/+6
* Slighly take a different approach for object destruction, using the real _rem...Wim Taymans2001-05-163-15/+21
* added first_buffer signal, and default to caps_proxy trueErik Walthinsen2001-05-161-2/+13
* up to latest (broken) autoplugger)Erik Walthinsen2001-05-161-22/+86
* Added ghostpad destruction.Wim Taymans2001-05-153-4/+19
* IT WORKS\!\!\!Erik Walthinsen2001-05-151-12/+34
* gstinfo.c: one more check to make sure DEBUG_FUNCPTR_NAME doesn't go south gs...Erik Walthinsen2001-05-155-14/+60
* Added a reference to typefind.Wim Taymans2001-05-141-0/+3
* enhanced debug and minor code cleanup (no functional changes)Erik Walthinsen2001-05-141-6/+9
* Refcounting fixesWim Taymans2001-05-141-1/+1
* fixed a mem leak in the destroy code.Wim Taymans2001-05-141-2/+3
* slightly different refcount handling. the pad shutdown function doesn't remov...Wim Taymans2001-05-143-23/+33
* cothreads.c: added a comment on one of the tests gstbin.h: added the GST_BIN_...Erik Walthinsen2001-05-1410-42/+248
* More testsuite updatesWim Taymans2001-05-134-8/+320
* More housekeeping updates. _destroying an element or a pad properly removes i...Wim Taymans2001-05-133-9/+43
* Fixed a leak in bin destructionWim Taymans2001-05-125-5/+11
* More refcounting test casesWim Taymans2001-05-126-2/+366
* More testcasesWim Taymans2001-05-128-322/+524
* Added gst_element_remove_pad. more refcounting stuff (object unparent on dest...Wim Taymans2001-05-123-5/+52
* Refcounting fixes to make the testsuite succeed.Wim Taymans2001-05-126-17/+47
* More testsuite updatesWim Taymans2001-05-126-2/+444
* Updated the autoplugger example to use the new cache.Wim Taymans2001-05-112-180/+212
* Added the refcounting testsuite dir to configure.inWim Taymans2001-05-111-0/+1
* Added a testsuite for refcounting.Wim Taymans2001-05-1110-0/+562