summaryrefslogtreecommitdiff
path: root/plugins/elements/gstfdsrc.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-07-11 14:56:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-07-11 14:56:16 +0000
commit93c163032d4e3d9ca09006e2e6833dc5d3ee2c25 (patch)
tree5d176d859a1b86a6c7c382da8da1f85e4dbeb1ed /plugins/elements/gstfdsrc.c
parenteaaaabf3aa3b3dfb3ed8dd2f8fac20308cffd2cc (diff)
Some code cleanups.
Original commit message from CVS: Some code cleanups. Added printouts of the buffer timestamps in identity, fakesrc, fakesink. Added an aggregator test element.
Diffstat (limited to 'plugins/elements/gstfdsrc.c')
-rw-r--r--plugins/elements/gstfdsrc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/elements/gstfdsrc.c b/plugins/elements/gstfdsrc.c
index 658a89485..650ed4d24 100644
--- a/plugins/elements/gstfdsrc.c
+++ b/plugins/elements/gstfdsrc.c
@@ -57,8 +57,10 @@ enum {
static void gst_fdsrc_class_init (GstFdSrcClass *klass);
static void gst_fdsrc_init (GstFdSrc *fdsrc);
-static void gst_fdsrc_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec);
-static void gst_fdsrc_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec);
+static void gst_fdsrc_set_property (GObject *object, guint prop_id,
+ const GValue *value, GParamSpec *pspec);
+static void gst_fdsrc_get_property (GObject *object, guint prop_id,
+ GValue *value, GParamSpec *pspec);
static GstBuffer * gst_fdsrc_get (GstPad *pad);