summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2003-10-08 16:08:22 +0000
committerAndy Wingo <wingo@pobox.com>2003-10-08 16:08:22 +0000
commitdc35dbb595fbfc781318339689a5ee80aaba9ba8 (patch)
tree1e1390200b45dc1dfad2e1694a90fac7757c7510 /tests
parent805130e62cbe569b7707b6c60860ab632f690f2f (diff)
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
Diffstat (limited to 'tests')
-rw-r--r--tests/old/testsuite/alsa/sinesrc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/old/testsuite/alsa/sinesrc.c b/tests/old/testsuite/alsa/sinesrc.c
index 26199fa3d..9e03785a4 100644
--- a/tests/old/testsuite/alsa/sinesrc.c
+++ b/tests/old/testsuite/alsa/sinesrc.c
@@ -51,7 +51,7 @@ static GstElementClass *parent_class = NULL;
static void sinesrc_init (SineSrc *src);
static void sinesrc_class_init (SineSrcClass *klass);
-static GstBuffer * sinesrc_get (GstPad *pad);
+static GstData * sinesrc_get (GstPad *pad);
static GstElementStateReturn sinesrc_change_state (GstElement *element);
@@ -171,7 +171,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
}\
data = p;\
}
-static GstBuffer *
+static GstData *
sinesrc_get (GstPad *pad)
{
GstBuffer *buf;