summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/flumotion-sample-conf/planet.xml2
-rw-r--r--templates/flumotion/default/aac-encode.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/flumotion-sample-conf/planet.xml b/contrib/flumotion-sample-conf/planet.xml
index eff4eb2..bd07ffe 100644
--- a/contrib/flumotion-sample-conf/planet.xml
+++ b/contrib/flumotion-sample-conf/planet.xml
@@ -152,7 +152,7 @@ user:PSfNpHTkpTx1M
<eater name="default">
<feed alias="default">producer-audio-video:audio</feed>
</eater>
- <property name="pipeline">audioconvert ! audioresample ! audio/x-raw-int,rate=44100 ! faac bitrate=96000</property>
+ <property name="pipeline">audioconvert ! audioresample ! audio/x-raw-int,rate=44100 ! voaacenc bitrate=96000</property>
<clock-master>false</clock-master>
</component>
diff --git a/templates/flumotion/default/aac-encode.xml b/templates/flumotion/default/aac-encode.xml
index e6ad65a..950f144 100644
--- a/templates/flumotion/default/aac-encode.xml
+++ b/templates/flumotion/default/aac-encode.xml
@@ -7,6 +7,6 @@
<eater name="default">
<feed alias="default">{{ component.feeder }}</feed>
</eater>
- <property name="pipeline">audioconvert ! faac bitrate={{ component.properties['bitrate'] * 1000 }}</property>
+ <property name="pipeline">audioconvert ! voaacenc bitrate={{ component.properties['bitrate'] * 1000 }}</property>
<clock-master>false</clock-master>
</component>