rygel r677 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r677 - trunk/src/rygel
- Date: Sun, 15 Mar 2009 19:02:44 +0000 (UTC)
Author: zeeshanak
Date: Sun Mar 15 19:02:44 2009
New Revision: 677
URL: http://svn.gnome.org/viewvc/rygel?rev=677&view=rev
Log:
Another indentation fix.
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:44 2009
@@ -117,13 +117,13 @@
var filter = Caps.from_string ("audio/x-raw-int");
convert.link_filtered (encoder, filter);
- var pad = convert.get_static_pad ("sink");
- var ghost = new GhostPad (null, pad);
- bin.add_pad (ghost);
+ var pad = convert.get_static_pad ("sink");
+ var ghost = new GhostPad (null, pad);
+ bin.add_pad (ghost);
- pad = encoder.get_static_pad ("src");
- ghost = new GhostPad (null, pad);
- bin.add_pad (ghost);
+ pad = encoder.get_static_pad ("src");
+ ghost = new GhostPad (null, pad);
+ bin.add_pad (ghost);
return bin;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]