plugins/elements/gstfdsrc.c: Added Since doc.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 20 Jun 2008 10:07:28 +0000 (10:07 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 20 Jun 2008 10:07:28 +0000 (10:07 +0000)
Original commit message from CVS:
* plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
Added Since doc.

ChangeLog
plugins/elements/gstfdsrc.c

index d392346..cb086ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
 
+       * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
+       Added Since doc.
+
+2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
+
        Patch by: joel larsson <tilljoel at gmail dot com>
 
        * docs/plugins/gstreamer-plugins.args:
index 5e2c0f5..b8626a4 100644 (file)
@@ -174,6 +174,13 @@ gst_fd_src_class_init (GstFdSrcClass * klass)
   g_object_class_install_property (gobject_class, PROP_FD,
       g_param_spec_int ("fd", "fd", "An open file descriptor to read from",
           0, G_MAXINT, DEFAULT_FD, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+  /**
+   * GstFdSrc:timeout
+   *
+   * Post a message after timeout microseconds
+   *
+   * Since: 0.10.21
+   */
   g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_TIMEOUT,
       g_param_spec_uint64 ("timeout", "Timeout",
           "Post a message after timeout microseconds (0 = disabled)", 0,