- Dec 19, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: minor cosmetic fixes
-
- Dec 18, 2003
-
-
David Schleef authored
Original commit message from CVS: Fix powerpc asm
-
Colin Walters authored
Original commit message from CVS: Fix type of GST_TAG_TRACK_COUNT.
-
- Dec 17, 2003
-
-
Ronald S. Bultje authored
Remove need for calling set_active(FALSE)+set_active(TRUE) before calling handle_discont(). I didn't really understan... Original commit message from CVS: Remove need for calling set_active(FALSE)+set_active(TRUE) before calling handle_discont(). I didn't really understand this part but I'm assuming that "hey, it works!" is good enough this time...
-
Christian Schaller authored
Original commit message from CVS: seems I forgot to commit this. It removes some deav stuff from the spec, like autoplugcache etc.
-
Thomas Vander Stichele authored
Original commit message from CVS: someone needs to take Build 101
-
- Dec 16, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: implement gst_bin_get_(all_)by_interface
-
Benjamin Otte authored
Original commit message from CVS: add tests for gst_bin_get_(all_)by_interface
-
Thomas Vander Stichele authored
Original commit message from CVS: rename option as suggested to avoid bad jokes :)
-
Benjamin Otte authored
Original commit message from CVS: please don't make decisions like these on your own
-
- Dec 15, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix brian's commit
-
Brian Cameron authored
Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c because this caused grammar.tab.h to be incl... Original commit message from CVS: Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c because this caused grammar.tab.h to be included twice in the file (since it is already included directly in parse.l via an #include statement). Including this file twice was causing Forte to be unable to compile it.
-
Brian Cameron authored
Original commit message from CVS: Removed needless semicolon that was causing a compiler error with Forte.
-
Thomas Vander Stichele authored
Original commit message from CVS: implementing segfault handler for plugin loading
-
- Dec 14, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: uninstall fixes
-
Ronald S. Bultje authored
Fix a deadlock that happens if the next element sends an event and the previous element sends a buffer where the queu... Original commit message from CVS: Fix a deadlock that happens if the next element sends an event and the previous element sends a buffer where the queue is full. See the comment in the code for the rest.
-
Benjamin Otte authored
Original commit message from CVS: fix caps parsing. Some evil person (me?\!) disallowed the dot as a character in caps
-
- Dec 13, 2003
-
-
Ronald S. Bultje authored
Original commit message from CVS: This is either a rewrite or a large bugfix to the queue element, whatever you prefer to call it. * upstream event forwarding now works. This should fix Julien's issues. * this queue allows setting a min. treshold size and a max. limit size in bytes, buffers and time before the queue allows the next element to pull data or the previous element to push data into it. This is very interesting for network-related buffering. Also includes signals et all for the end user application. * Events are no longer part of the queue's "size", they're essentially seen as "void data". they have no size or time associated with them anyway, so this shouldn't really sound weird.
-
Benjamin Otte authored
Original commit message from CVS: removed GST_*_CAST. Disabling of type checking is done in glib.
-
- Dec 12, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: doh me
-
Thomas Vander Stichele authored
Original commit message from CVS: this should fix the rh9 build
-
Thomas Vander Stichele authored
Original commit message from CVS: geez, I thought I did this a long time ago. anyway, don't really need a copy if we use the source
-
- Dec 11, 2003
-
-
Thomas Vander Stichele authored
fix for case where none of the tools for docbuilding are there but validity check needs image.entities Original commit message from CVS: fix for case where none of the tools for docbuilding are there but validity check needs image.entities
-
Thomas Vander Stichele authored
Original commit message from CVS: that was stupid
-
Thomas Vander Stichele authored
Original commit message from CVS: disabling this new gettext option
-
- Dec 09, 2003
-
-
Benjamin Otte authored
do connect elements directly, if they can be connected already and don't try to find an element that fits in between Original commit message from CVS: do connect elements directly, if they can be connected already and don't try to find an element that fits in between
-
David Schleef authored
Original commit message from CVS: oops, didn't intend to do last checkin
-
David Schleef authored
Original commit message from CVS: convert GST_*_PADDING to _gst_reserved[GST_PADDING];
-
David Schleef authored
Original commit message from CVS: Change GST_.*_PADDING to _gst_padding[GST_PADDING];
-
- Dec 07, 2003
-
-
Benjamin Otte authored
finish everything typefinding related (like seeking to correct offset) _before_ pushing the first buffer Original commit message from CVS: finish everything typefinding related (like seeking to correct offset) _before_ pushing the first buffer
-
Ronald S. Bultje authored
Original commit message from CVS: Rename GstInterface to GstImplementsInterface (see bug #122423)
-
- Dec 05, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: more trademark fixing
-
Thomas Vander Stichele authored
Original commit message from CVS: more trademark protectoin and doc fixing
-
- Dec 04, 2003
-
-
Andy Wingo Wingo authored
Original commit message from CVS: remove copyright field from plugin structs
-
- Dec 03, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: add more checks
-
- Dec 02, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix docs build fix make distcheck
-
Benjamin Otte authored
Original commit message from CVS: comment out caps2 stuff
-
Thomas Vander Stichele authored
Original commit message from CVS: removing this broken example. holler if you need it.
-
David Schleef authored
Original commit message from CVS: Add ACLOCAL_AMFLAGS
-
David Schleef authored
change gst_pad_select() to gst_pad_selectv(), and add/fix gst_pad_select() and gst_pad_select_valist() Original commit message from CVS: change gst_pad_select() to gst_pad_selectv(), and add/fix gst_pad_select() and gst_pad_select_valist()
-