rygel r675 - trunk/src/rygel



Author: zeeshanak
Date: Sun Mar 15 19:02:35 2009
New Revision: 675
URL: http://svn.gnome.org/viewvc/rygel?rev=675&view=rev

Log:
Add the pads to the audio bin rather than TransodeSrc.

Modified:
   trunk/src/rygel/rygel-transcode-src.vala

Modified: trunk/src/rygel/rygel-transcode-src.vala
==============================================================================
--- trunk/src/rygel/rygel-transcode-src.vala	(original)
+++ trunk/src/rygel/rygel-transcode-src.vala	Sun Mar 15 19:02:35 2009
@@ -119,11 +119,11 @@
 
         var pad = convert.get_static_pad ("sink");
         var ghost = new GhostPad (null, pad);
-        this.add_pad (ghost);
+        bin.add_pad (ghost);
 
         pad = encoder.get_static_pad ("src");
         ghost = new GhostPad (null, pad);
-        this.add_pad (ghost);
+        bin.add_pad (ghost);
 
        return bin;
    }



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