From: Thomas Vander Stichele Date: Wed, 23 Nov 2005 15:30:20 +0000 (+0000) Subject: remove sinesrc some more X-Git-Tag: 1.19.3~511^2~12472 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d09110b33dbbc0817b0dc320c0195b0b3387b07;p=platform%2Fupstream%2Fgstreamer.git remove sinesrc some more Original commit message from CVS: remove sinesrc some more --- diff --git a/ChangeLog b/ChangeLog index 2864a91..55778a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-23 Thomas Vander Stichele + + * check/pipelines/simple_launch_lines.c: (GST_START_TEST): + * docs/plugins/inspect/plugin-sine.xml: + remove sinesrc some more + 2005-11-23 Wim Taymans * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read): diff --git a/check/pipelines/simple_launch_lines.c b/check/pipelines/simple_launch_lines.c index fc524fc..9a4e36f 100644 --- a/check/pipelines/simple_launch_lines.c +++ b/check/pipelines/simple_launch_lines.c @@ -103,7 +103,7 @@ GST_START_TEST (test_element_negotiation) GST_MESSAGE_UNKNOWN); #ifdef HAVE_LIBVISUAL - s = "sinesrc ! tee name=t ! alsasink t. ! audioconvert ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink"; + s = "audiotestsrc ! tee name=t ! alsasink t. ! audioconvert ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); @@ -124,23 +124,25 @@ GST_START_TEST (test_basetransform_based) GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); - /* Test that ffmpegcolorspace can pick an output format that isn't passthrough without - * completely specified output caps */ - s = "videotestsrc ! video/x-raw-yuv,format=(fourcc)I420,width=320,height=240 ! " "ffmpegcolorspace ! video/x-raw-rgb ! fakesink"; + /* Test that ffmpegcolorspace can pick an output format that isn't + * passthrough without completely specified output caps */ + s = "videotestsrc ! " + "video/x-raw-yuv,format=(fourcc)I420,width=320,height=240 ! " + "ffmpegcolorspace ! video/x-raw-rgb ! fakesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); - /* Check that audioresample can pick a samplerate to use from a + /* Check that audioresample can pick a samplerate to use from a * range that doesn't include the input */ - s = "sinesrc ! audio/x-raw-int,width=16,depth=16,rate=8000 ! audioresample ! " - "audio/x-raw-int,rate=[16000,48000] ! fakesink"; + s = "audiotestsrc ! audio/x-raw-int,width=16,depth=16,rate=8000 ! " + "audioresample ! audio/x-raw-int,rate=[16000,48000] ! fakesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); /* Check that audioconvert can pick a depth to use, given a width */ - s = "sinesrc ! audio/x-raw-int,width=16,depth=16 ! audioconvert ! " + s = "audiotestsrc ! audio/x-raw-int,width=16,depth=16 ! audioconvert ! " "audio/x-raw-int,width=32 ! fakesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), diff --git a/docs/plugins/inspect/plugin-sine.xml b/docs/plugins/inspect/plugin-sine.xml deleted file mode 100644 index 37df2b5..0000000 --- a/docs/plugins/inspect/plugin-sine.xml +++ /dev/null @@ -1,20 +0,0 @@ - - sine - Sine audio wave generator - ../../gst/sine/.libs/libgstsinesrc.so - libgstsinesrc.so - 0.9.5 - LGPL - gst-plugins-base - GStreamer Base Plug-ins source release - Unknown package origin - - - sinesrc - Sine-wave src - Source/Audio - Create a sine wave of a given frequency and volume - Erik Walthinsen <omega@cse.ogi.edu> - - - \ No newline at end of file diff --git a/tests/check/pipelines/simple-launch-lines.c b/tests/check/pipelines/simple-launch-lines.c index fc524fc..9a4e36f 100644 --- a/tests/check/pipelines/simple-launch-lines.c +++ b/tests/check/pipelines/simple-launch-lines.c @@ -103,7 +103,7 @@ GST_START_TEST (test_element_negotiation) GST_MESSAGE_UNKNOWN); #ifdef HAVE_LIBVISUAL - s = "sinesrc ! tee name=t ! alsasink t. ! audioconvert ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink"; + s = "audiotestsrc ! tee name=t ! alsasink t. ! audioconvert ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); @@ -124,23 +124,25 @@ GST_START_TEST (test_basetransform_based) GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); - /* Test that ffmpegcolorspace can pick an output format that isn't passthrough without - * completely specified output caps */ - s = "videotestsrc ! video/x-raw-yuv,format=(fourcc)I420,width=320,height=240 ! " "ffmpegcolorspace ! video/x-raw-rgb ! fakesink"; + /* Test that ffmpegcolorspace can pick an output format that isn't + * passthrough without completely specified output caps */ + s = "videotestsrc ! " + "video/x-raw-yuv,format=(fourcc)I420,width=320,height=240 ! " + "ffmpegcolorspace ! video/x-raw-rgb ! fakesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); - /* Check that audioresample can pick a samplerate to use from a + /* Check that audioresample can pick a samplerate to use from a * range that doesn't include the input */ - s = "sinesrc ! audio/x-raw-int,width=16,depth=16,rate=8000 ! audioresample ! " - "audio/x-raw-int,rate=[16000,48000] ! fakesink"; + s = "audiotestsrc ! audio/x-raw-int,width=16,depth=16,rate=8000 ! " + "audioresample ! audio/x-raw-int,rate=[16000,48000] ! fakesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING), GST_MESSAGE_UNKNOWN); /* Check that audioconvert can pick a depth to use, given a width */ - s = "sinesrc ! audio/x-raw-int,width=16,depth=16 ! audioconvert ! " + s = "audiotestsrc ! audio/x-raw-int,width=16,depth=16 ! audioconvert ! " "audio/x-raw-int,width=32 ! fakesink"; run_pipeline (setup_pipeline (s), s, GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),