mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 19:05:37 +00:00
f67f9e9203
Original commit message from CVS: 2005-11-30 Julien MOUTTE <julien@moutte.net> * configure.ac: * PORTED_O9: * gst/multipart/Makefile.am: * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init), (gst_multipart_demux_class_init), (gst_multipart_demux_init), (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain), (gst_multipart_demux_change_state), (gst_multipart_demux_plugin_init): * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init), (gst_multipart_mux_init), (gst_multipart_mux_finalize), (gst_multipart_mux_sinkconnect), (gst_multipart_mux_request_new_pad), (gst_multipart_mux_handle_src_event), (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected), (gst_multipart_mux_change_state): Ported multipart mux/demux to 0.9.
20 lines
701 B
Text
20 lines
701 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):
|
|
speexenc (alima)
|
|
auparse (alima)
|
|
effectv (wim)
|
|
mad (wim)
|
|
videofilter (wim)
|
|
aalib (wim)
|
|
libcaca (zeeshan)
|
|
law (wim)
|
|
shout2 (zaheer) - not fully tested
|
|
esdsink (arwed)
|
|
multipart (dolphy)
|
|
|
|
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.
|