David Schleef
379c13b631
remove files that were moved to testsuite/caps
...
Original commit message from CVS:
remove files that were moved to testsuite/caps
2003-12-22 02:17:08 +00:00
David Schleef
07188f1709
remove testsuite/caps2 directory
...
Original commit message from CVS:
remove testsuite/caps2 directory
2003-12-22 02:16:08 +00:00
David Schleef
d476031fe0
Move testsuite/caps2 code to testsuite/caps
...
Original commit message from CVS:
Move testsuite/caps2 code to testsuite/caps
2003-12-22 02:11:52 +00:00
David Schleef
3437004408
Stupid CVS.
...
Original commit message from CVS:
Stupid CVS.
2003-12-22 02:09:32 +00:00
David Schleef
6150b02001
rename gstcaps2.[ch] to gstcaps.[ch]
...
Original commit message from CVS:
rename gstcaps2.[ch] to gstcaps.[ch]
2003-12-22 01:58:20 +00:00
David Schleef
8c9cd079d4
Merge CAPS branch
...
Original commit message from CVS:
Merge CAPS branch
2003-12-22 01:39:35 +00:00
Thomas Vander Stichele
54b3850775
this is the real old changelog
...
Original commit message from CVS:
this is the real old changelog
2003-12-21 19:11:33 +00:00
Thomas Vander Stichele
ff679367f0
old gst-plugins ChangeLog
...
Original commit message from CVS:
old gst-plugins ChangeLog
2003-12-21 19:09:18 +00:00
Ronald S. Bultje
f12a5871cf
gst/gstqueue.c: implement timeout for sending events. Workaround for if the pipeline on this queue is not passing any...
...
Original commit message from CVS:
2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/gstqueue.c: (gst_queue_handle_pending_events),
(gst_queue_chain), (gst_queue_handle_src_event):
implement timeout for sending events. Workaround for if the
pipeline on this queue is not passing any data.
2003-12-21 18:59:06 +00:00
Ronald S. Bultje
8cf94a0c18
New start
...
Original commit message from CVS:
New start
2003-12-21 18:55:24 +00:00
Christian Schaller
b16c88aed3
adding gstreamer and midi doc
...
Original commit message from CVS:
adding gstreamer and midi doc
2003-12-21 12:37:48 +00:00
Thomas Vander Stichele
8d92cc80e5
bump release version number testing fdo cvs
...
Original commit message from CVS:
bump release version number
testing fdo cvs
2003-12-20 13:37:51 +00:00
Brian Cameron
0cb4645646
Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that it works with Solaris /bin/sh. Fixed gst/gstpl...
...
Original commit message from CVS:
Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that
it works with Solaris /bin/sh. Fixed gst/gstplugin.c so it compiles
properly when the configure --disable-gst_debug option is used.
Fixed gst/parse/Makefile.am so that it doesn't append grammar.tab.h to
the end of lex._gst_parse_yy.c since lex._gst_parse_yy.c already
includes grammar.tab.h via a <#include ...> line.
2003-12-19 20:27:03 +00:00
Thomas Vander Stichele
b0a17df7ea
minor cosmetic fixes
...
Original commit message from CVS:
minor cosmetic fixes
2003-12-19 15:25:45 +00:00
David Schleef
0e86531c8b
Fix powerpc asm
...
Original commit message from CVS:
Fix powerpc asm
2003-12-18 09:41:49 +00:00
Colin Walters
6b9383ce6c
Fix type of GST_TAG_TRACK_COUNT.
...
Original commit message from CVS:
Fix type of GST_TAG_TRACK_COUNT.
2003-12-18 04:28:43 +00:00
Ronald S. Bultje
c231ca28a8
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...
2003-12-17 22:35:25 +00:00
Christian Schaller
79b91f8327
seems I forgot to commit this. It removes some deav stuff from the spec, like autoplugcache etc.
...
Original commit message from CVS:
seems I forgot to commit this. It removes some deav stuff from the spec, like autoplugcache etc.
2003-12-17 20:28:47 +00:00
Thomas Vander Stichele
857a7c08b6
someone needs to take Build 101
...
Original commit message from CVS:
someone needs to take Build 101
2003-12-17 08:37:02 +00:00
Benjamin Otte
9195d5bf8e
implement gst_bin_get_(all_)by_interface
...
Original commit message from CVS:
implement gst_bin_get_(all_)by_interface
2003-12-16 19:35:26 +00:00
Benjamin Otte
54d54fac0c
add tests for gst_bin_get_(all_)by_interface
...
Original commit message from CVS:
add tests for gst_bin_get_(all_)by_interface
2003-12-16 19:32:27 +00:00
Thomas Vander Stichele
cdfe720faa
rename option as suggested to avoid bad jokes :)
...
Original commit message from CVS:
rename option as suggested to avoid bad jokes :)
2003-12-16 12:20:54 +00:00
Benjamin Otte
1d207e2e64
please don't make decisions like these on your own
...
Original commit message from CVS:
please don't make decisions like these on your own
2003-12-16 03:35:31 +00:00
Thomas Vander Stichele
f4f76837fa
fix brian's commit
...
Original commit message from CVS:
fix brian's commit
2003-12-15 22:13:03 +00:00
Brian Cameron
c6a18b92c2
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.
2003-12-15 18:40:13 +00:00
Brian Cameron
bdbfd1bebe
Removed needless semicolon that was causing a compiler error with Forte.
...
Original commit message from CVS:
Removed needless semicolon that was causing a compiler error with Forte.
2003-12-15 18:22:57 +00:00
Thomas Vander Stichele
a4f74f5eb4
implementing segfault handler for plugin loading
...
Original commit message from CVS:
implementing segfault handler for plugin loading
2003-12-15 12:44:35 +00:00
Thomas Vander Stichele
7943699850
uninstall fixes
...
Original commit message from CVS:
uninstall fixes
2003-12-14 22:27:25 +00:00
Ronald S. Bultje
9111ea764c
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.
2003-12-14 13:14:35 +00:00
Benjamin Otte
8cf0d17c3f
fix caps parsing. Some evil person (me?\!) disallowed the dot as a character in caps
...
Original commit message from CVS:
fix caps parsing. Some evil person (me?\!) disallowed the dot as a character in caps
2003-12-14 04:28:11 +00:00
Ronald S. Bultje
90d64117c5
This is either a rewrite or a large bugfix to the queue element, whatever you prefer to call it.
...
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.
2003-12-13 17:12:46 +00:00
Benjamin Otte
46a70fddfb
removed GST_*_CAST. Disabling of type checking is done in glib.
...
Original commit message from CVS:
removed GST_*_CAST. Disabling of type checking is done in glib.
2003-12-13 16:58:29 +00:00
Thomas Vander Stichele
6611ab723b
doh me
...
Original commit message from CVS:
doh me
2003-12-12 16:27:34 +00:00
Thomas Vander Stichele
164cda6c96
this should fix the rh9 build
...
Original commit message from CVS:
this should fix the rh9 build
2003-12-12 15:50:02 +00:00
Thomas Vander Stichele
206faec907
geez, I thought I did this a long time ago.
...
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
2003-12-12 15:00:39 +00:00
Thomas Vander Stichele
e412e146f6
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
2003-12-11 16:39:32 +00:00
Thomas Vander Stichele
ed4759b71d
that was stupid
...
Original commit message from CVS:
that was stupid
2003-12-11 14:13:04 +00:00
Thomas Vander Stichele
6f60f2d5e7
disabling this new gettext option
...
Original commit message from CVS:
disabling this new gettext option
2003-12-11 13:59:20 +00:00
Benjamin Otte
e8dbaf28bc
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
2003-12-09 16:28:34 +00:00
David Schleef
44fe9524c3
oops, didn't intend to do last checkin
...
Original commit message from CVS:
oops, didn't intend to do last checkin
2003-12-09 04:05:31 +00:00
David Schleef
d1c59b8842
convert GST_*_PADDING to _gst_reserved[GST_PADDING];
...
Original commit message from CVS:
convert GST_*_PADDING to _gst_reserved[GST_PADDING];
2003-12-09 03:48:12 +00:00
David Schleef
1cd87b37e5
Change GST_.*_PADDING to _gst_padding[GST_PADDING];
...
Original commit message from CVS:
Change GST_.*_PADDING to _gst_padding[GST_PADDING];
2003-12-09 02:39:31 +00:00
Benjamin Otte
b9d7ea92ed
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
2003-12-07 19:02:30 +00:00
Ronald S. Bultje
103c22dee3
Rename GstInterface to GstImplementsInterface (see bug #122423 )
...
Original commit message from CVS:
Rename GstInterface to GstImplementsInterface (see bug #122423 )
2003-12-07 12:08:44 +00:00
Thomas Vander Stichele
7918a27650
more trademark fixing
...
Original commit message from CVS:
more trademark fixing
2003-12-05 12:32:06 +00:00
Thomas Vander Stichele
f57a372393
more trademark protectoin and doc fixing
...
Original commit message from CVS:
more trademark protectoin and doc fixing
2003-12-05 12:26:58 +00:00
Andy Wingo
8ca1b1fe7f
remove copyright field from plugin structs
...
Original commit message from CVS:
remove copyright field from plugin structs
2003-12-04 10:02:41 +00:00
Benjamin Otte
28de073c26
add more checks
...
Original commit message from CVS:
add more checks
2003-12-03 02:43:56 +00:00
Thomas Vander Stichele
a0e8e56d8d
fix docs build fix make distcheck
...
Original commit message from CVS:
fix docs build
fix make distcheck
2003-12-02 18:21:35 +00:00
Benjamin Otte
1f6bda5395
comment out caps2 stuff
...
Original commit message from CVS:
comment out caps2 stuff
2003-12-02 16:48:11 +00:00