On 08/30/11 10:23, Jan Schmidt wrote:
I am curious. Why?
Stefan
> ---
>
> gst/playback/gstplaysink.c | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/gst/playback/gstplaysink.c b/gst/playback/gstplaysink.c
> index 01f00a5..cd92c33 100644
> --- a/gst/playback/gstplaysink.c
> +++ b/gst/playback/gstplaysink.c
> @@ -1665,6 +1665,14 @@ gen_audio_chain (GstPlaySink * playsink, gboolean raw)
> } else {
> /* only try fallback if no specific sink was chosen */
> if (chain->sink == NULL) {
> + GST_DEBUG_OBJECT (playsink,
> + "trying pitch ! audioconvert ! autoaudiosink");
> + elem =
> + gst_parse_bin_from_description
> + ("pitch ! audioconvert ! autoaudiosink", TRUE, NULL);
> + chain->sink = try_element (playsink, elem, TRUE);
> + }
> + if (chain->sink == NULL) {
> GST_DEBUG_OBJECT (playsink, "trying autoaudiosink");
> elem = gst_element_factory_make ("autoaudiosink", "audiosink");
> chain->sink = try_element (playsink, elem, TRUE);
>
> _______________________________________________
> gstreamer-commits mailing list
>
[hidden email]
>
http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel