pidgin.vv: 2f20c122: Remove commented out disable of the MPV ...

maiku at soc.pidgin.im maiku at soc.pidgin.im
Mon Dec 15 04:10:42 EST 2008


-----------------------------------------------------------------
Revision: 2f20c12247695ae38b647fd3243ecc79869ff22e
Ancestor: b0069126f1ff7daa9e544b5605a51c004b679729
Author: maiku at soc.pidgin.im
Date: 2008-12-15T08:57:11
Branch: im.pidgin.pidgin.vv
URL: http://d.pidgin.im/viewmtn/revision/info/2f20c12247695ae38b647fd3243ecc79869ff22e

Modified files:
        libpurple/media.c

ChangeLog: 

Remove commented out disable of the MPV codec.
If it needs to be disabled, it should be disabled in fs-codec.conf.

-------------- next part --------------
============================================================
--- libpurple/media.c	991e0ef1de7f38d1f4744a3408269dcd23e27bae
+++ libpurple/media.c	235e59d939a2265a133809e03c2fdcd8b203b4e0
@@ -1148,15 +1148,6 @@ purple_media_add_stream_internal(PurpleM
 			return FALSE;
 		}
 
-	/*
-	 * The MPV codec didn't work for me.
-	 * MPV may not work yet as of Farsight2 0.0.3
-	 */
-#if 0
-		codec_conf = g_list_prepend(codec_conf, fs_codec_new(FS_CODEC_ID_DISABLE,
-				"MPV", FS_MEDIA_TYPE_VIDEO, 90000));
-#endif
-
 	/* XXX: SPEEX has a latency of 5 or 6 seconds for me */
 #if 0
 	/* SPEEX is added through the configuration */


More information about the Commits mailing list