rygel r675 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r675 - trunk/src/rygel
- Date: Sun, 15 Mar 2009 19:02:35 +0000 (UTC)
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]