gstreamer/gst/audioconvert
Jan Schmidt 0f4fa24d8e check/: Add extra tests for basetransform based components.
Original commit message from CVS:
* check/Makefile.am:
* check/pipelines/simple_launch_lines.c: (setup_pipeline),
(run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
Add extra tests for basetransform based components.
Comment out the test_element_negotiation test until we decide
if it's testing correct behaviour.
* ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
(gst_visual_chain), (gst_visual_change_state):
Slightly more correct but still bogus timestamping.
Fix state change function.
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init):
* gst/audioresample/gstaudioresample.c:
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcsp_class_init):
* gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
(gst_videoscale_prepare_size), (gst_videoscale_set_caps),
(gst_videoscale_prepare_image):
* gst/volume/gstvolume.c: (gst_volume_class_init),
(volume_transform_ip):
Basetransform updates. Enable passthrough modes.
* sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
(gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
(gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
Negotiation fix that allows the window to return to the original
size and renegotiate passthrough upstream. Extra debug output.
2005-09-09 17:53:47 +00:00
..
.gitignore gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when linking 2005-02-13 17:39:22 +00:00
audioconvert.c gst/audioconvert/audioconvert.c: Cleanups. 2005-08-26 18:57:30 +00:00
audioconvert.h gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more. 2005-08-26 15:43:56 +00:00
audioconvert.vcproj more working plugins 2004-07-27 21:41:30 +00:00
bufferframesconvert.c All plugins updated for element state changes. 2005-09-02 15:43:18 +00:00
channelmixtest.c *.c: Don't cast to GstObject before reffing/unreffing. 2005-06-28 10:16:13 +00:00
gstaudioconvert.c check/: Add extra tests for basetransform based components. 2005-09-09 17:53:47 +00:00
gstaudioconvert.h gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more. 2005-08-26 15:43:56 +00:00
gstchannelmix.c gst/audioconvert/: Oops, allocate enough space to perform the channel mix. 2005-08-26 17:30:41 +00:00
gstchannelmix.h gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more. 2005-08-26 15:43:56 +00:00
Makefile.am gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more. 2005-08-26 15:43:56 +00:00
plugin.c rename plugin 2005-08-15 14:15:40 +00:00
plugin.h gst/audioconvert/bufferframesconvert.c: New element to convert buffer-frames for float streams. Not working nicely yet. 2004-04-09 12:39:30 +00:00