- May 25, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Cleaned up the makefile a bit.
-
Wim Taymans authored
Original commit message from CVS: Remove deprecated methods.
-
Wim Taymans authored
Original commit message from CVS: Removed some unused functions in gstbin Fixed a compiler warning.
-
Erik Walthinsen authored
Original commit message from CVS: forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay's case
-
Erik Walthinsen authored
Original commit message from CVS: Swapped PAUSED and PLAYING states, reworked thread interlocking. States are now: NULL <-> READY <-> PAUSED <-> PLAYING. Had do update dv1394src, gst_arts, and xmmsinput, please test these out! Cleaned up DEBUG output in several places to by much much less verbose but still just as useful (denser).
-
Wim Taymans authored
Original commit message from CVS: Small fixes to various test apps.
-
Wim Taymans authored
If the arg looks like a URI, gnomevfs is used, if gnomevfs is not found and the URI starts with file:/, disksrc is used. Original commit message from CVS: If the arg looks like a URI, gnomevfs is used, if gnomevfs is not found and the URI starts with file:/, disksrc is used.
-
Erik Walthinsen authored
Original commit message from CVS: fixed some interruptability problems with thread and queue
-
Wim Taymans authored
Original commit message from CVS: Fixed the media player so that it works with incsched. Removed the thread and add the _iterate to the g_idle_loop, this makes the GUI very cluncky but is needed because we cannot chance the state of a thread inside the threads context yet.
-
- May 24, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: added better thread id debugging support
-
Erik Walthinsen authored
Original commit message from CVS: fixed thread lock mis-merge
-
Wim Taymans authored
Original commit message from CVS: Added the queue to the thread
-
Erik Walthinsen authored
Original commit message from CVS: Merge from HEAD into INCSCHED1 at 200105231.
-
- May 23, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Some small modifications.
-
Erik Walthinsen authored
fixed problem where mad wasn't an entry (it is now HACK HACK!!) and the scheduler wasn't catching the no entry case Original commit message from CVS: fixed problem where mad wasn't an entry (it is now HACK HACK!!) and the scheduler wasn't catching the no entry case
-
Erik Walthinsen authored
Original commit message from CVS: added have_size handler so the window matches the video size
-
Erik Walthinsen authored
Original commit message from CVS: reworked internal parameters a bit, added leaky-queue semantics
-
- May 22, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: fixed references to _gst_print_statename
-
Erik Walthinsen authored
Added ability for caps_nego_failed signal to indicate that it's solved the problem, via a gboolean * argument that's ... Original commit message from CVS: Added ability for caps_nego_failed signal to indicate that it's solved the problem, via a gboolean * argument that's FALSE, and can be set to TRUE if the handler has fixed things up. Updated the autoplugger so it now works in both the unknown and known cases with and without other issues like a crippled (mono-only) osssink.
-
- May 21, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: Updates to DEBUG system: moved statename into gstelement.c, colorized the states: NULL: white READY: read PAUSED: yellow PLAYING: green
-
Erik Walthinsen authored
Original commit message from CVS: fixed up pausing system, and added src_caps_nego_failed body
-
Erik Walthinsen authored
Original commit message from CVS: gstautoplugcache.c: Set default for cache's caps_proxy to FALSE again. gstautoplugger.c: Fixed with strategic positioning of gst_pad_set_caps()
-
Erik Walthinsen authored
Original commit message from CVS: Updated some debug statements. Added specific debug for int props.
-
- May 19, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: Added gstreamer-uninstalled.pc.in in prep for future changes to pkg-config. Disabled docs building by default (--enable-docs-build to turn it on). Added more visible warning messages for lacking libraries, listing the plugins that won't build (not complete!).
-
- May 17, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: update to latest code, includes caps_fail handlers that kinda work
-
- May 16, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added thread refcounting and module test case
-
Wim Taymans authored
Original commit message from CVS: More testsuite updates
-
Wim Taymans authored
Slighly take a different approach for object destruction, using the real _remove functions so that the scheduler has ... Original commit message from CVS: Slighly take a different approach for object destruction, using the real _remove functions so that the scheduler has a chance to destroy its state too. This breaks the thread with ghostpads destruction case for now.
-
Erik Walthinsen authored
Original commit message from CVS: added first_buffer signal, and default to caps_proxy true
-
Erik Walthinsen authored
Original commit message from CVS: up to latest (broken) autoplugger)
-
- May 15, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added ghostpad destruction.
-
Erik Walthinsen authored
Original commit message from CVS: IT WORKS\!\!\!
-
Erik Walthinsen authored
gstinfo.c: one more check to make sure DEBUG_FUNCPTR_NAME doesn't go south gstpad.c: debugging changes gsttypefind.c:... Original commit message from CVS: gstinfo.c: one more check to make sure DEBUG_FUNCPTR_NAME doesn't go south gstpad.c: debugging changes gsttypefind.c: moved gst_pad_set_caps to *before* the caps_changed signal gstautoplugcache.c: added refcounting around signal_emit, and debug updates gstautoplugger.c: added code to remove the autoplugcache when done
-
- May 14, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added a reference to typefind.
-
Erik Walthinsen authored
Original commit message from CVS: enhanced debug and minor code cleanup (no functional changes)
-
Wim Taymans authored
Original commit message from CVS: Refcounting fixes
-
Wim Taymans authored
Original commit message from CVS: fixed a mem leak in the destroy code.
-
Wim Taymans authored
slightly different refcount handling. the pad shutdown function doesn't remove the pad from the parent because the pa... Original commit message from CVS: slightly different refcount handling. the pad shutdown function doesn't remove the pad from the parent because the parent is needed in the destroy function.
-
Erik Walthinsen authored
cothreads.c: added a comment on one of the tests gstbin.h: added the GST_BIN_SELF_SCHEDULABLE flag gstelement.c: clea... Original commit message from CVS: cothreads.c: added a comment on one of the tests gstbin.h: added the GST_BIN_SELF_SCHEDULABLE flag gstelement.c: cleaned up the _change_state function a little gstobject.c: improved the refcounting DEBUGs gstpad.c: moved the connected signal to after capsnego, added the caps_nego_failed signal gstpad.h: added the caps_nego_failed signal funcptr gstscheduler.c: added the GST_BIN_SELF_SCHEDULABLE exception gsttypefind.c: added check code around signal_emit to deal with the case where the signal's handler shuts down the element gstautoplugcache.c: added the first_buffer signal and caps_proxy arg gstautoplugger.c: significant rework, it functions quite nicely actually
-
- May 13, 2001
-
-
Wim Taymans authored
Original commit message from CVS: More testsuite updates
-