platform/upstream/gstreamer.git
21 years agouse AM_CFLAGS instead of CFLAGS
David I. Lehn [Sat, 2 Nov 2002 05:39:21 +0000 (05:39 +0000)]
use AM_CFLAGS instead of CFLAGS

Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS

21 years agoapi change
Thomas Vander Stichele [Wed, 2 Oct 2002 08:04:00 +0000 (08:04 +0000)]
api change

Original commit message from CVS:
api change

21 years agoplugins part of license field patch
Christian Schaller [Wed, 18 Sep 2002 19:02:46 +0000 (19:02 +0000)]
plugins part of license field patch

Original commit message from CVS:
plugins part of license field patch

21 years agoThis updates all plugins to the new API for gst_pad_try_set_caps
Ronald S. Bultje [Tue, 10 Sep 2002 09:31:38 +0000 (09:31 +0000)]
This updates all plugins to the new API for gst_pad_try_set_caps

Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps

21 years agosmall updates
Thomas Vander Stichele [Sun, 1 Sep 2002 15:40:39 +0000 (15:40 +0000)]
small updates

Original commit message from CVS:
small updates

22 years agounref event
Wim Taymans [Mon, 8 Jul 2002 19:32:49 +0000 (19:32 +0000)]
unref event

Original commit message from CVS:
unref event

22 years agoDon't free uninitialized pointers
Wim Taymans [Sun, 7 Jul 2002 14:17:00 +0000 (14:17 +0000)]
Don't free uninitialized pointers

Original commit message from CVS:
Don't free uninitialized pointers

22 years agoLame should accept events even when not negotiated yet.
Wim Taymans [Sun, 7 Jul 2002 14:06:38 +0000 (14:06 +0000)]
Lame should accept events even when not negotiated yet.

Original commit message from CVS:
Lame should accept events even when not negotiated yet.

22 years agoreorder
Thomas Vander Stichele [Sat, 8 Jun 2002 09:26:09 +0000 (09:26 +0000)]
reorder

Original commit message from CVS:
reorder

22 years agoGstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
Andy Wingo [Thu, 11 Apr 2002 20:42:25 +0000 (20:42 +0000)]
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.

Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE

same with *factory and typefind.

also, some -Werror fixes.

22 years agoChanged to the new props API
Wim Taymans [Sat, 30 Mar 2002 17:06:26 +0000 (17:06 +0000)]
Changed to the new props API

Original commit message from CVS:
Changed to the new props API
Other small tuff.

22 years agoupdate g_value stuff to match property types
Andy Wingo [Wed, 27 Mar 2002 04:02:38 +0000 (04:02 +0000)]
update g_value stuff to match property types

Original commit message from CVS:
update g_value stuff to match property types

22 years agofilter newlines out of GST_DEBUG statements to reflect new core behavior fixes to...
Andy Wingo [Sun, 24 Mar 2002 22:07:03 +0000 (22:07 +0000)]
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again

Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again

22 years agos/Gnome-Streamer/GStreamer/
Andy Wingo [Wed, 20 Mar 2002 21:45:03 +0000 (21:45 +0000)]
s/Gnome-Streamer/GStreamer/

Original commit message from CVS:
s/Gnome-Streamer/GStreamer/

22 years agofix compile error (untested)
Andy Wingo [Tue, 19 Mar 2002 17:14:57 +0000 (17:14 +0000)]
fix compile error (untested)

Original commit message from CVS:
fix compile error (untested)

22 years agoremoval of //-style comments don't link plugins to core libs -- the versioning is...
Andy Wingo [Tue, 19 Mar 2002 04:10:05 +0000 (04:10 +0000)]
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...

Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.

22 years agos/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are...
Andy Wingo [Tue, 19 Mar 2002 01:39:42 +0000 (01:39 +0000)]
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...

Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag

22 years agoget up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego...
Andy Wingo [Sun, 3 Mar 2002 00:53:24 +0000 (00:53 +0000)]
get up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego in adder improved capsnego in i...

Original commit message from CVS:
* get up-to-date with the gst_caps_debug api
* improved capsnego in mad
* improved capsnego in adder
* improved capsnego in intfloat plugins
* unbroke capsnego in stereomono plugins
* fix cothread stack allocation within the main thread in new cothreads

22 years agouncomment lame test until we can get the register to work
Thomas Vander Stichele [Thu, 21 Feb 2002 17:33:59 +0000 (17:33 +0000)]
uncomment lame test until we can get the register to work

Original commit message from CVS:
uncomment lame test until we can get the register to work

22 years agouse gst-debuginfo.m4 macro so plugins are actually compiled with debug info some...
Thomas Vander Stichele [Thu, 21 Feb 2002 17:20:35 +0000 (17:20 +0000)]
use gst-debuginfo.m4 macro so plugins are actually compiled with debug info some more debug output for lame

Original commit message from CVS:
* use gst-debuginfo.m4 macro so plugins are actually compiled with
debug info
* some more debug output for lame

22 years agoon sink connect, check if the current pad is compatible with the given caps cleaned...
Thomas Vander Stichele [Thu, 21 Feb 2002 14:04:02 +0000 (14:04 +0000)]
on sink connect, check if the current pad is compatible with the given caps cleaned up debug output change pad templa...

Original commit message from CVS:
* on sink connect, check if the current pad is compatible with the given
caps
* cleaned up debug output
* change pad template to only accept allowed sample rates

if these changes are considered ok by others then the same should be
applied to other encoding plugins (notably the compatibility check)

22 years agook, this works
Thomas Vander Stichele [Tue, 19 Feb 2002 20:49:52 +0000 (20:49 +0000)]
ok, this works

Original commit message from CVS:
ok, this works

22 years agoAlways bring the elements to READY before trying to do capsnego. fix the caps as...
Wim Taymans [Tue, 19 Feb 2002 20:35:42 +0000 (20:35 +0000)]
Always bring the elements to READY before trying to do capsnego. fix the caps as lame doesn't accept law==1

Original commit message from CVS:
Always bring the elements to READY before trying to do capsnego.
fix the caps as lame doesn't accept law==1

22 years agostill does not work ;(
Thomas Vander Stichele [Tue, 19 Feb 2002 20:19:36 +0000 (20:19 +0000)]
still does not work ;(

Original commit message from CVS:
still does not work ;(

22 years agoadding a test for lame stuff
Thomas Vander Stichele [Tue, 19 Feb 2002 18:28:05 +0000 (18:28 +0000)]
adding a test for lame stuff

Original commit message from CVS:
adding a test for lame stuff

22 years agoAdded event handling.
Wim Taymans [Tue, 19 Feb 2002 17:29:55 +0000 (17:29 +0000)]
Added event handling.

Original commit message from CVS:
Added event handling.
Fix flush
Fix state change.
Convert to gobject deep_notify

22 years agosomebody help me fix lame ;)
Thomas Vander Stichele [Tue, 19 Feb 2002 12:55:16 +0000 (12:55 +0000)]
somebody help me fix lame ;)

Original commit message from CVS:
somebody help me fix lame ;)

I commented out the state change function because it is called before lame has the right caps.
Is the state change function still necessary ?
in any case, at least now lame actually listens to osssrc re: rate and channels

22 years agoRevert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
David I. Lehn [Thu, 31 Jan 2002 17:08:46 +0000 (17:08 +0000)]
Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.

Original commit message from CVS:
Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.

22 years agoI checked lame packages and source code and they seem to want lame.h in prefix/includ...
Thomas Vander Stichele [Wed, 30 Jan 2002 11:25:58 +0000 (11:25 +0000)]
I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accord...

Original commit message from CVS:
I checked lame packages and source code and they seem to want lame.h in
prefix/include/lame.h

so I fixed stuff accordingly.

Do any systems have lame in include/lame/lame.h ?
If so, mail me and we'll work it out.

22 years ago- plugins are built without versioning info
Wrobell [Fri, 18 Jan 2002 02:05:25 +0000 (02:05 +0000)]
- plugins are built without versioning info

Original commit message from CVS:
- plugins are built without versioning info

22 years agoBring the plugins in sync with the new core capsnego system.
Wim Taymans [Sun, 13 Jan 2002 22:27:24 +0000 (22:27 +0000)]
Bring the plugins in sync with the new core capsnego system.

Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...

22 years agos/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
David I. Lehn [Sat, 12 Jan 2002 03:34:26 +0000 (03:34 +0000)]
s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format

Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format

22 years agoLame cleanup
Wim Taymans [Fri, 21 Dec 2001 12:47:09 +0000 (12:47 +0000)]
Lame cleanup

Original commit message from CVS:
Lame cleanup
Added EOS, flush, error reporting etc.

22 years agoadding lame
Thomas Vander Stichele [Thu, 20 Dec 2001 23:48:55 +0000 (23:48 +0000)]
adding lame

Original commit message from CVS:
adding lame