Commit graph

220 commits

Author SHA1 Message Date
Wim Taymans 23d2a4198b Changed to the new props API
Original commit message from CVS:
Changed to the new props API
Other small tuff.
2002-03-30 17:06:26 +00:00
Andy Wingo 3e882a4bf3 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
2002-03-24 22:07:03 +00:00
Andy Wingo 598d929eec s/Gnome-Streamer/GStreamer/
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo 1049c792c8 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.
2002-03-19 04:10:06 +00:00
Andy Wingo 1ee4a02043 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
2002-03-19 01:39:43 +00:00
Wim Taymans 16da17addc Converted some send_event to properties
Original commit message from CVS:
Converted some send_event to properties
2002-02-06 23:34:56 +00:00
Wim Taymans 8926b8607d Add timestamps on the buffers
Original commit message from CVS:
Add timestamps on the buffers
2002-02-02 14:03:05 +00:00
Wrobell 01220dec57 - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 02:05:26 +00:00
Wim Taymans 5455dbbf3d 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...
2002-01-13 22:27:25 +00:00
David I. Lehn 86ac7ebab9 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
2002-01-12 03:34:27 +00:00
Wim Taymans a034a8bf31 Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
Original commit message from CVS:
Fixed the smooothwave madness
removed a yield from vorbisdec
don't call mpeg2_close, it seems to segfault sometimes.
2001-12-26 20:54:43 +00:00
Wim Taymans 7f84d638b6 Various changes and cleanups.
Original commit message from CVS:
Various changes and cleanups.
2001-12-22 21:18:53 +00:00
Thomas Vander Stichele 4970473ea8 small typo
Original commit message from CVS:
small typo
2001-12-21 18:01:54 +00:00
Wim Taymans d045091b51 Better error recovery.
Original commit message from CVS:
Better error recovery.
2001-12-21 13:06:32 +00:00
Wim Taymans 9416183ac6 Small additional message
Original commit message from CVS:
Small additional message
2001-12-21 12:50:56 +00:00
Thomas Vander Stichele af330af889 fixed vorbis
Original commit message from CVS:
fixed vorbis
2001-12-21 08:17:49 +00:00
Wim Taymans b0576db5f3 Some info from the encoder.
Original commit message from CVS:
Some info from the encoder.

Can someone fix the libvorbis CFLAGS in the Makefile.am?
2001-12-21 01:23:53 +00:00
Wim Taymans 6848cd2f4c More fixes to vorbisdec
Original commit message from CVS:
More fixes to vorbisdec
Fixed the encoder
2001-12-21 01:14:21 +00:00
Wim Taymans afc5bb747d Cleaned up the vorbis plugin
Original commit message from CVS:
Cleaned up the vorbis plugin
- handle EOS.
- throw some info to the app.
2001-12-21 00:15:29 +00:00
Thomas Vander Stichele 29a5d64c42 adding vorbis
Original commit message from CVS:
adding vorbis
2001-12-20 22:30:14 +00:00