rygel r704 - trunk/src/rygel



Author: zeeshanak
Date: Sat Mar 21 13:55:33 2009
New Revision: 704
URL: http://svn.gnome.org/viewvc/rygel?rev=704&view=rev

Log:
Correct a typo.

Modified:
   trunk/src/rygel/rygel-mp3-transcoder.vala

Modified: trunk/src/rygel/rygel-mp3-transcoder.vala
==============================================================================
--- trunk/src/rygel/rygel-mp3-transcoder.vala	(original)
+++ trunk/src/rygel/rygel-mp3-transcoder.vala	Sat Mar 21 13:55:33 2009
@@ -31,7 +31,7 @@
 internal class Rygel.MP3Transcoder : Gst.Bin {
    private const string DECODEBIN = "decodebin2";
    private const string AUDIO_CONVERT = "audioconvert";
-   private const string[] AUDIO_ENCODER = {null, "twolame", "mp3parse"};
+   private const string[] AUDIO_ENCODER = {null, "twolame", "lame"};
    private const string AUDIO_PARSER = "mp3parse";
 
    private const string AUDIO_SRC_PAD = "audio-src-pad";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]