rygel r729 - trunk/src/rygel



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

Log:
No need for encoders to sync state with parent anymore.

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

Modified: trunk/src/rygel/rygel-l16-transcoder.vala
==============================================================================
--- trunk/src/rygel/rygel-l16-transcoder.vala	(original)
+++ trunk/src/rygel/rygel-l16-transcoder.vala	Sat Mar 21 13:57:40 2009
@@ -72,8 +72,6 @@
                                         enc_pad.name));
             return;
         }
-
-        this.audio_enc.sync_state_with_parent ();
     }
 
     internal static Element create_encoder (string?    src_pad_name,

Modified: trunk/src/rygel/rygel-mp2ts-transcoder.vala
==============================================================================
--- trunk/src/rygel/rygel-mp2ts-transcoder.vala	(original)
+++ trunk/src/rygel/rygel-mp2ts-transcoder.vala	Sat Mar 21 13:57:40 2009
@@ -90,8 +90,6 @@
                              enc_pad.name));
             return;
         }
-
-        encoder.sync_state_with_parent ();
     }
 
     internal static Element create_encoder (string? src_pad_name,

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:57:40 2009
@@ -76,8 +76,6 @@
                                         enc_pad.name));
             return;
         }
-
-        this.audio_enc.sync_state_with_parent ();
     }
 
     internal static Element create_encoder (MP3Profile layer,



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