rygel r661 - trunk/src/rygel



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

Log:
Mark TranscodeSrc class as internal.

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:01:17 2009
@@ -23,7 +23,7 @@
 using Rygel;
 using Gst;
 
-public class Rygel.TranscodeSrc : Gst.Bin {
+internal class Rygel.TranscodeSrc : Gst.Bin {
    private const string DECODEBIN = "decodebin2";
    private const string AUDIO_ENCODER = "ffenc_mp2";
    private const string VIDEO_ENCODER = "ffenc_mpeg2video";



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