gstreamer/gst/audioresample
Jan Schmidt 37fb8d01e1 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
..
buffer.c port audioresample to basetransform 2005-08-24 14:08:58 +00:00
buffer.h gst/audioresample/Makefile.am: Leet audioresampling code 2005-08-23 19:29:38 +00:00
debug.c gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr... 2005-08-25 12:31:31 +00:00
debug.h gst/audioresample/Makefile.am: Leet audioresampling code 2005-08-23 19:29:38 +00:00
functable.c port audioresample to basetransform 2005-08-24 14:08:58 +00:00
functable.h gst/audioresample/Makefile.am: Leet audioresampling code 2005-08-23 19:29:38 +00:00
gstaudioresample.c check/: Add extra tests for basetransform based components. 2005-09-09 17:53:47 +00:00
gstaudioresample.h check/: add a test for audioconvert 2005-08-25 17:20:02 +00:00
Makefile.am fix broken header setup in Makefile.am 2005-08-24 17:21:49 +00:00
resample.c fix distcheck 2005-09-04 10:38:45 +00:00
resample.h port audioresample to basetransform 2005-08-24 14:08:58 +00:00
resample_chunk.c gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr... 2005-08-25 12:31:31 +00:00
resample_functable.c gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr... 2005-08-25 12:31:31 +00:00
resample_ref.c add a check for audioresample 2005-08-25 15:44:58 +00:00