[farsight2/master] Use the right prop numbers

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:18:52 PST 2008


---
 gst-libs/gst/farsight/fs-stream.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/farsight/fs-stream.c b/gst-libs/gst/farsight/fs-stream.c
index e2052ed..f113b9a 100644
--- a/gst-libs/gst/farsight/fs-stream.c
+++ b/gst-libs/gst/farsight/fs-stream.c
@@ -229,7 +229,7 @@ fs_stream_class_init (FsStreamClass *klass)
    *
    */
   g_object_class_install_property (gobject_class,
-      PROP_DIRECTION,
+      PROP_PARTICIPANT,
       g_param_spec_object ("participant",
         "The participant of the stream",
         "An FsParticipant represented by the stream",
@@ -244,7 +244,7 @@ fs_stream_class_init (FsStreamClass *klass)
    *
    */
   g_object_class_install_property (gobject_class,
-      PROP_DIRECTION,
+      PROP_SESSION,
       g_param_spec_object ("session",
         "The session of the stream",
         "An FsSession represented by the stream",
-- 
1.5.6.5




More information about the farsight-commits mailing list