- 29 Jun, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: GST_DEBUG reorganization This is a big diff (ca 450k), containing loads of stuff: - gstinfo.[ch] complete rewrite - changing of all GST_DEBUG messages to reflect that change - reorganization of subsystem disabling - addition of gstconfig.h.in so we can track the disablings - <gst/gst.h> does not include <unistd.h> and <config.h> anymore - documentation updated for gstinfo stuff (build the docs yourself to know what changed) - bugfixes for making of the docs (files from CVS are not deleted anymore - testsuite for debugging changes in testsuite/debug expect breakage
-
- 18 Jun, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Add _valist style autoplug functions (#90471), thanks to Brett Kosinski <brettk@frodo.dyn.gno.org>
-
- 16 Jun, 2003 2 commits
-
-
David Schleef authored
Original commit message from CVS: NULL is a valid props
-
Andy Wingo Wingo authored
Original commit message from CVS: set GstElement->elementfactory before creating any instances; doc updates for deep_notify
-
- 15 Jun, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Fix gst_props_get_entry(): props==NULL is a valid props.
-
- 14 Jun, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: fix HAVE_* macros for ppc
-
- 13 Jun, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - further productizing the fixed flag on GstCaps by using the flag on GstProps instead of keeping the two in sync. - implemented proper flag updates in _props_set and _props_remove.
-
- 10 Jun, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Add gst_pad_template_newv() as a va_list alternative to gst_pad_template_new()
-
- 09 Jun, 2003 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: removed namespace code again, it was not needed :)
-
Thomas Vander Stichele authored
Original commit message from CVS: fix object loaded signal
-
Wim Taymans authored
Original commit message from CVS: added new method and type to add namespaces to xml files. No actual code is implemented yet.
-
- 07 Jun, 2003 6 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: don't recursively call gst_bin_set_state on failure don't do unnecessary state changes
-
Thomas Vander Stichele authored
Original commit message from CVS: fix color for NULL from bright white to blue
-
Wim Taymans authored
Original commit message from CVS: try to fix #114252
-
Ronald S. Bultje authored
Original commit message from CVS: Actually, size should be a guint (because GST_BUFFER_SIZE(buffer) is a guint too)
-
Ronald S. Bultje authored
Original commit message from CVS: Make filesink fail with some grace, see #114614
-
Ronald S. Bultje authored
Original commit message from CVS: Get rid of NEW_MEDIA event, EOS is supposed to handle that
-
- 06 Jun, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Some adjustments to allow for setting a new filename after EOS, useful for writing multiple files
-
- 05 Jun, 2003 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix format test
-
Thomas Vander Stichele authored
Original commit message from CVS: make functions static taaz patch
-
- 03 Jun, 2003 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: - marked piece of wrong code in the state change function with a FIXME
-
Wim Taymans authored
- added GST_ELEMENT_ERROR flag to mark elements in error and to trap and avoid recursive error loops. Original commit message from CVS: - added GST_ELEMENT_ERROR flag to mark elements in error and to trap and avoid recursive error loops. - moved state change signal back to original place as it causes lockups.
-
Wim Taymans authored
Original commit message from CVS: - added a property to force a failure for a given state transition.
-
- 01 Jun, 2003 1 commit
-
-
Ronald S. Bultje authored
I don't know how I ever got to introducing this madness, but I was wrong. *REALLY* wrong. It hasn't even worked, it s... Original commit message from CVS: I don't know how I ever got to introducing this madness, but I was wrong. *REALLY* wrong. It hasn't even worked, it still doesn't work and it will never work because the whole concept of doing a multifile output in filesink is completely braindead. Signal EOS, close file, set new filename and reset to PLAYING is so much easier. This patch removes all the multifile output cruft that I introduced and makes filesink simply work.
-
- 31 May, 2003 2 commits
-
-
Colin Walters authored
Original commit message from CVS: Add new --enable-fast-stack-trash option, defaults to on. We need this because valgrind doesn't implement an insn used by it.
-
Colin Walters authored
Original commit message from CVS: Add --gst-disable-cpu-opt argument.
-
- 30 May, 2003 3 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Add patch for better buffering (especially useful for network streaming), see #108268 - kudos go to janzen@pixelmetrix.com
-
Wim Taymans authored
- the result from the getcaps function should be sunken (gst_caps_sink) instead of unreffed. Not sure that's the righ... Original commit message from CVS: - the result from the getcaps function should be sunken (gst_caps_sink) instead of unreffed. Not sure that's the right thing to do...
-
David Schleef authored
Original commit message from CVS: gst_caps_to_string: print NULL caps correctly
-
- 29 May, 2003 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: help us debug caps ref issues
-
Ronald S. Bultje authored
Original commit message from CVS: GstCaps is not a GObject but a boxed-type
-
- 26 May, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix type definition bug plus missing argument for callback
-
- 24 May, 2003 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: only update the DURATION field when appending buffers and both buffers have a valid duration.
-
Wim Taymans authored
- moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEFAULT functionality was ambigous; now the... Original commit message from CVS: - moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEFAULT functionality was ambigous; now the _DEFAULT format is media specific (frames for video, samples for audio, ...)
-
Wim Taymans authored
- First attempt at implementing #113180, this one also removes automatic (byte) offset calculations in the subbuffer ... Original commit message from CVS: - First attempt at implementing #113180, this one also removes automatic (byte) offset calculations in the subbuffer code and moves that logic to bytestream and filesrc. It will also update the offset and duration fields in some special cases.
-
- 22 May, 2003 1 commit
-
-
David Schleef authored
Fix aliasing problems noticed by gcc-3.3. Suggests that we need to change gst_pad_{push|pull}() to GstData *. (and ... Original commit message from CVS: Fix aliasing problems noticed by gcc-3.3. Suggests that we need to change gst_pad_{push|pull}() to GstData *. (and probably others)
-
- 20 May, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Remove (incorrect) cast on gst_buffer_is_writable()
-
- 19 May, 2003 3 commits
-
-
David Schleef authored
Original commit message from CVS: Fix _second_ sparc asm. Who would have guessed there would be two?
-
David Schleef authored
Original commit message from CVS: Fix sparc asm code for gcc prior to 3.2
-
Ronald S. Bultje authored
Original commit message from CVS: Weird C code fix
-