- Jan 05, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: some cleaning
-
Wim Taymans authored
Original commit message from CVS: - Added property to select predefined resolver functions - Added GType resolver
-
Thomas Vander Stichele authored
Original commit message from CVS: set up thread test environment
-
Wim Taymans authored
Original commit message from CVS: Patch 13357 and 13358 from vishnu
-
Wim Taymans authored
Original commit message from CVS: Applied patch 13357
-
Thomas Vander Stichele authored
Original commit message from CVS: fix race condition
-
Jan Schmidt authored
Original commit message from CVS: Moved a check for NULL buffer from gst_pad_pull to be a little earlier. Fixed 2 bs_print format specifiers wtay, please check this and let me know if you would prefer changes like this to be pre-approved
-
- Jan 04, 2003
-
-
Wim Taymans authored
Original commit message from CVS: I think this makes a little more sense
-
Wim Taymans authored
Original commit message from CVS: Make sure we call the app resolved before passing the final id/string to the index implemention.
-
Wim Taymans authored
Original commit message from CVS: Register the two indexers
-
Wim Taymans authored
Original commit message from CVS: Added fileindex
-
- Jan 03, 2003
-
-
David I. Lehn authored
Original commit message from CVS: make GstPropsEntry a boxed type
-
David I. Lehn authored
Original commit message from CVS: remove redundant flag set
-
David I. Lehn authored
Original commit message from CVS: use AM_CFLAGS
-
- Jan 02, 2003
-
-
Wim Taymans authored
Original commit message from CVS: Documentation updates
-
- Jan 01, 2003
-
-
Wim Taymans authored
Original commit message from CVS: - Remove annoying \n from cothread INFO/DEBUG messages - only set an element to PAUSED when it gave an error during PLAYING - ensure internal consistency of opt scheduler structures - Added mex_recursion to opt scheduler
-
Wim Taymans authored
Original commit message from CVS: - Added PAD_NEGOTIATING flag, remove PAD_EOS flag - Try to avoid negotiation in state change if pad were already negotiating - Added gstquery.c for completeness (maybe merge common functions with gstformat.c?)
-
- Dec 31, 2002
-
-
Wim Taymans authored
Original commit message from CVS: Some docs about different ways to get pipeline information
-
David I. Lehn authored
Original commit message from CVS: format properly
-
David I. Lehn authored
Original commit message from CVS: ignore some more cruft
-
David I. Lehn authored
no need to generate this script to adjust python interpreter since it is invoked directly from the detected interpreter Original commit message from CVS: no need to generate this script to adjust python interpreter since it is invoked directly from the detected interpreter
-
David I. Lehn authored
Original commit message from CVS: don't need atomic ops here
-
Wim Taymans authored
Original commit message from CVS: Cleanups + better timestamp capture
-
Wim Taymans authored
Original commit message from CVS: IS_USABLE is only for PLAYING elements
-
Wim Taymans authored
Original commit message from CVS: Negotiation can happen even on disabled pads (in READY state)
-
Wim Taymans authored
Original commit message from CVS: - Fix PAD_IS_USABLE on ghostpads - fix typos in gstindex.h flags - conditional lock in trashstack asm
-
Christian Schaller authored
Original commit message from CVS: fix disting
-
Thomas Vander Stichele authored
Original commit message from CVS: revert usability test
-
Thomas Vander Stichele authored
Original commit message from CVS: some more debug output
-
Wim Taymans authored
Original commit message from CVS: - copy kernel headers (waiting for libatomic..) - Make sure the atomic stuff is never seen by the app - inline atomic stuff for core only, expose non-inlined version to apps. hoping this one works... please test
-
- Dec 30, 2002
-
-
Wim Taymans authored
Original commit message from CVS: Added comments to asm
-
Wim Taymans authored
Original commit message from CVS: Add flag to disable fault_setup()
-
Wim Taymans authored
Original commit message from CVS: New file too
-
Wim Taymans authored
Original commit message from CVS: Documentation updates
-
Wim Taymans authored
Original commit message from CVS: - major API breakage (one of the last, I promise...) - GST_PAD_QUERY -> GST_QUERY - GstPadQuery -> GstQuery - Move query definitions to gstquery.h to allow for future dynamic query types. - remove _pad_handles_* in favour of extra format/event functions to make the same checks. - fix elements - Implemented missing query/event/formats functions in gstelement
-
- Dec 29, 2002
-
-
Wim Taymans authored
Original commit message from CVS: - First pass at cleaning up the atomic mess - moved weird asm to datastructure that makes sense - this should also make the trasition to libatomic less painful
-
Wim Taymans authored
Original commit message from CVS: asm doesn't work on ppc
-
- Dec 27, 2002
-
-
Wim Taymans authored
- disable pads when going to PAUSED, we want to make sure no data is passing when an element is not PLAYING. Original commit message from CVS: - disable pads when going to PAUSED, we want to make sure no data is passing when an element is not PLAYING. - changed the clock sync API, element should now get a ClockID first and sync on that. This makes it possible to cancel clock requests.
-
Wim Taymans authored
Original commit message from CVS: Cleanups
-
Thomas Vander Stichele authored
Original commit message from CVS: popt location fix
-