[goobox] ripper: added back the audioresample element
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] ripper: added back the audioresample element
- Date: Mon, 18 Mar 2013 16:43:29 +0000 (UTC)
commit 343a35244b78a82263c1d8479366afc355a45576
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Mar 18 16:00:54 2013 +0100
ripper: added back the audioresample element
src/dlg-ripper.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dlg-ripper.c b/src/dlg-ripper.c
index 3d46087..7b8157c 100644
--- a/src/dlg-ripper.c
+++ b/src/dlg-ripper.c
@@ -296,8 +296,8 @@ create_pipeline (DialogData *data)
result = gst_element_link_many (data->source, queue, audioconvert, audioresample,
data->encoder, data->container, data->sink, NULL);
}
else {
- gst_bin_add_many (GST_BIN (data->pipeline), data->source, queue, audioconvert,
/*audioresample,*/ data->encoder, data->sink, NULL);
- result = gst_element_link_many (data->source, queue, audioconvert, /*audioresample,*/
data->encoder, data->sink, NULL);
+ gst_bin_add_many (GST_BIN (data->pipeline), data->source, queue, audioconvert, audioresample,
data->encoder, data->sink, NULL);
+ result = gst_element_link_many (data->source, queue, audioconvert, audioresample,
data->encoder, data->sink, NULL);
}
if (! result) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]