mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
9a629cf224
Original commit message from CVS: 2005-05-09 Zaheer Abbas Merali <zaheerabbas at merali dot org> * PORTED_09: * configure.ac: * ext/Makefile.am: * ext/shout2/Makefile.am: * ext/shout2/gstshout2.c: (gst_shout2send_get_type), (gst_shout2send_base_init), (gst_shout2send_class_init), (gst_shout2send_init), (gst_shout2send_event), (gst_shout2send_render), (gst_shout2send_set_property), (gst_shout2send_get_property), (gst_shout2send_setcaps), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: Port shout2 plugin
16 lines
633 B
Text
16 lines
633 B
Text
When porting a plugin start with 0.8 CVS head, not the old code in this module. There are many bugfixes which have gone into 0.8 which you want to keep.
|
|
|
|
List of ported plugins (update when you commit a ported plugin):
|
|
effectv (wim)
|
|
mad (wim)
|
|
videofilter (wim)
|
|
aalib (wim)
|
|
libcaca (zeeshan)
|
|
law (wim)
|
|
shout2 (zaheer) - not fully tested
|
|
|
|
osssink is partially done in the threaded branch (wim)
|
|
|
|
- Remember that some plugins are already ported and now in the gst-plugins-base module.
|
|
|
|
When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into configure.ac and re-enable it in the Makefile.am files.
|