[rhythmbox] encoder: put audioconvert and audioresample in the right order (bug #625130)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] encoder: put audioconvert and audioresample in the right order (bug #625130)
- Date: Mon, 26 Jul 2010 09:22:19 +0000 (UTC)
commit a1546d95f0d49ecb618393433ac28ac2aeca938f
Author: Philipp Kerling <k philipp gmail com>
Date: Mon Jul 26 19:21:54 2010 +1000
encoder: put audioconvert and audioresample in the right order (bug #625130)
backends/gstreamer/rb-encoder-gst.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/gstreamer/rb-encoder-gst.c b/backends/gstreamer/rb-encoder-gst.c
index d1a7ba9..6b9fa4b 100644
--- a/backends/gstreamer/rb-encoder-gst.c
+++ b/backends/gstreamer/rb-encoder-gst.c
@@ -421,7 +421,7 @@ start_pipeline (RBEncoderGst *encoder, GError **error)
return (result != GST_STATE_CHANGE_FAILURE);
}
-static const char *GST_ENCODING_PROFILE = "audioresample ! audioconvert ! %s";
+static const char *GST_ENCODING_PROFILE = "audioconvert ! audioresample ! %s";
static GstElement*
add_encoding_pipeline (RBEncoderGst *encoder,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]