GST_DEBUG reorganization containing loads of stuff:
[platform/upstream/gstreamer.git] / gst /
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-18 Ronald S. BultjeI'm too lazy to comment this
2003-06-16 David SchleefNULL is a valid props
2003-06-16 Andy Wingoset GstElement->elementfactory before creating any...
2003-06-15 David SchleefFix gst_props_get_entry(): props==NULL is a valid props.
2003-06-14 Benjamin Ottefix HAVE_* macros for ppc
2003-06-13 Wim Taymans- further productizing the fixed flag on GstCaps by...
2003-06-10 David SchleefAdd gst_pad_template_newv() as a va_list alternative...
2003-06-09 Wim Taymansremoved namespace code again, it was not needed :)
2003-06-09 Thomas Vander Stichelefix object loaded signal
2003-06-09 Wim Taymansadded new method and type to add namespaces to xml...
2003-06-07 Thomas Vander Sticheledon't recursively call gst_bin_set_state on failure...
2003-06-07 Thomas Vander Stichelefix color for NULL from bright white to blue
2003-06-07 Wim Taymanstry to fix #114252
2003-06-07 Ronald S. BultjeActually, size should be a guint (because GST_BUFFER_SI...
2003-06-07 Ronald S. BultjeMake filesink fail with some grace, see #114614
2003-06-07 Ronald S. BultjeGet rid of NEW_MEDIA event, EOS is supposed to handle...
2003-06-06 Ronald S. BultjeSome adjustments to allow for setting a new filename...
2003-06-05 Thomas Vander Stichelefix format test
2003-06-05 Thomas Vander Stichelemake functions static taaz patch
2003-06-03 Wim Taymans- marked piece of wrong code in the state change functi...
2003-06-03 Wim Taymans- added GST_ELEMENT_ERROR flag to mark elements in...
2003-06-03 Wim Taymans- added a property to force a failure for a given state...
2003-06-01 Ronald S. BultjeI don't know how I ever got to introducing this madness...
2003-05-31 Colin WaltersAdd new --enable-fast-stack-trash option, defaults...
2003-05-31 Colin WaltersAdd --gst-disable-cpu-opt argument.
2003-05-30 Ronald S. Bultjesee #108268 - kudos go to janzen@pixelmetrix.com
2003-05-30 Wim Taymans- the result from the getcaps function should be sunken...
2003-05-30 David Schleefgst_caps_to_string: print NULL caps correctly
2003-05-29 Thomas Vander Stichelehelp us debug caps ref issues
2003-05-29 Ronald S. BultjeGstCaps is not a GObject but a boxed-type
2003-05-26 Ronald S. BultjeFix type definition bug plus missing argument for callback
2003-05-24 Wim Taymansonly update the DURATION field when appending buffers...
2003-05-24 Wim Taymans- moved functionality of GST_FORMAT_UNITS to GST_FORMAT...
2003-05-24 Wim Taymans- First attempt at implementing #113180, this one also...
2003-05-22 David SchleefFix aliasing problems noticed by gcc-3.3. Suggests...
2003-05-20 David SchleefRemove (incorrect) cast on gst_buffer_is_writable()
2003-05-19 David SchleefFix _second_ sparc asm. Who would have guessed there...
2003-05-19 David SchleefFix sparc asm code for gcc prior to 3.2
2003-05-19 Ronald S. BultjeWeird C code fix
2003-05-19 David SchleefFix caps negotiation problems.
2003-05-18 David SchleefChange GST_DEBUG_FUNCPTR() to return a pointer of the...
2003-05-18 Thomas Vander Sticheleapplying bugzilla.gnome.org/show_bug.cgi?id=110707...
2003-05-18 David SchleefChange uint to guint
2003-05-18 David SchleefFix aliasing warning from gcc-3.3
2003-05-18 David Schleefchange from sscanf to strtol
2003-05-18 Thomas Vander Sticheleoops
2003-05-18 Thomas Vander Stichelea bunch of gtk-doc fixes
2003-05-18 Benjamin Ottefix wrong caps refcount handling of filtered caps in...
2003-05-18 Benjamin Otteremove _destroy functions from public headers and make...
2003-05-18 Benjamin Ottemake the parser accept chained caps, too
2003-05-17 Thomas Vander Sticheleclock debug addition
2003-05-17 Benjamin OtteThis is filtered caps in 20 lines. Implemented full...
2003-05-17 Benjamin Otteonly set state to playing when elements are linked...
2003-05-17 Benjamin Ottefix wrong debug message to print the right thing
2003-05-17 Ronald S. BultjeAdd unistd.h (#110671)
2003-05-17 Benjamin Otteadded gst_{props,caps}_{from,to}_string to API, see...
2003-05-17 Benjamin Otteref pool before creating buffer that's using it
2003-05-16 Ronald S. Bultjemake -> shell variable
2003-05-15 Thomas Vander Stichelegtk-doc fixes clock debug
2003-05-13 Benjamin OtteFix macro GST_FOURCC_ARGS - it assumed big endian ints
2003-05-13 David SchleefAdded GST_CAT_APPLICATION. Fixes #111009
2003-05-13 David SchleefFix bug in PRINT() macro
2003-05-12 James A Morrisonfix sparc atomic functions.
2003-05-10 Wim TaymansMake sure the FIXED flag is computed correctly when...
2003-05-10 Benjamin OtteSysClocks need their own mutex/cond pair, as we have...
2003-05-10 Benjamin Otteenable allocation tracing for GstObjects and make alloc...
2003-05-10 Wim TaymansUse GstMemChunk to allocate events
2003-05-10 Benjamin Ottebugfixes:
2003-05-08 Wim TaymansFix 112596, gst_caps_is_always_compatible() broken
2003-05-06 Benjamin Ottesome minor improvements:
2003-05-06 Benjamin Ottestate need not be playing with new schedulers when...
2003-05-06 Benjamin Ottedo error checking for int/float values and don't accept...
2003-05-06 Wim TaymansDocumentation updates
2003-05-06 Benjamin Otteimplement proper refcounting of pad's templates and...
2003-05-06 Wim Taymanserr... reset to desired version after doing a benchmark :)
2003-05-06 Wim Taymans- Explicitly set buffer fields to default values instea...
2003-05-02 Benjamin Otteremove unnecessary check for registries - registry...
2003-05-02 Benjamin Ottemake gst-launch --gst-mask=-1 fakesrc ! fakesink work...
2003-05-01 Benjamin Ottefix gcc 2.x compiler error, when variables aren't defin...
2003-05-01 Benjamin Otteunreachable code
2003-05-01 Benjamin Ottefix for forte
2003-05-01 Benjamin Otteadded GST_STR_NULL to check for NULL strings. Fixed...
2003-05-01 Benjamin Ottesilence forte warnings
2003-05-01 David SchleefDisable MIPS, 'cuz it's broken.
2003-04-28 Benjamin Otteoffsets may be negative (nobody ever seeked beackwards...
2003-04-28 Benjamin Ottefix deadlock when thread itself goes PLAYING => PAUSED...
2003-04-27 Benjamin Otteadd extra error for empty pipeline
2003-04-27 Benjamin OtteMake events use internal links, too
2003-04-26 Wim Taymans- remove some \n in GstThread debugging
2003-04-26 Benjamin Ottefix debugging segfault
2003-04-26 Benjamin Ottefix and better comment gst_event_new_discontinuous...
2003-04-25 Benjamin OtteI suck - it's the wrong variable and I don't get it...
2003-04-25 Benjamin Ottejust to be sure...
2003-04-24 Benjamin Ottefix stupid segfault when setting integer properties
2003-04-23 Benjamin Ottefix 2 warnings
2003-04-23 Thomas Vander Stichelemake the user registry location major-minor versioned...
2003-04-23 Benjamin Otteworkaround for bison 1.35 bug
2003-04-21 Benjamin Ottemake gst_thread_get_current() work with threaded cothreads
2003-04-21 Benjamin Ottemake that error message more useful, it kept confusing me
next