From 98440eb49d8f1c9687aaf5566f88d55a69d4ea78 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 20 Jun 2008 10:07:28 +0000 Subject: [PATCH] plugins/elements/gstfdsrc.c: Added Since doc. Original commit message from CVS: * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init): Added Since doc. --- ChangeLog | 5 +++++ plugins/elements/gstfdsrc.c | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index d392346967..cb086abbfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-20 Wim Taymans + + * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init): + Added Since doc. + 2008-06-20 Wim Taymans Patch by: joel larsson diff --git a/plugins/elements/gstfdsrc.c b/plugins/elements/gstfdsrc.c index 5e2c0f5053..b8626a4dc0 100644 --- a/plugins/elements/gstfdsrc.c +++ b/plugins/elements/gstfdsrc.c @@ -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,