From 0b7ec5c86f799c3433400cf1db261cf940842c10 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 20 Apr 2001 12:04:40 +0000 Subject: [PATCH] update to take new gstdisksink element into account Original commit message from CVS: update to take new gstdisksink element into account --- gst/elements/Makefile.am | 2 ++ gst/elements/gstelements.c | 2 ++ plugins/elements/Makefile.am | 2 ++ plugins/elements/gstelements.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/gst/elements/Makefile.am b/gst/elements/Makefile.am index e648c2c..e29530e 100644 --- a/gst/elements/Makefile.am +++ b/gst/elements/Makefile.am @@ -15,6 +15,7 @@ libgstelements_la_SOURCES = \ gstidentity.c \ gstfakesink.c \ gstdisksrc.c \ + gstdisksink.c \ gstfdsrc.c \ gstfdsink.c \ gstmultidisksrc.c \ @@ -28,6 +29,7 @@ noinst_HEADERS = \ gstidentity.h \ gstfakesink.h \ gstdisksrc.h \ + gstdisksink.h \ gstfdsrc.h \ gstmultidisksrc.h \ gsthttpsrc.h \ diff --git a/gst/elements/gstelements.c b/gst/elements/gstelements.c index 326d0e3..2b5dbf6 100644 --- a/gst/elements/gstelements.c +++ b/gst/elements/gstelements.c @@ -24,6 +24,7 @@ #include #include "gstdisksrc.h" +#include "gstdisksink.h" #include "gstidentity.h" #include "gstfakesink.h" #include "gstfakesrc.h" @@ -50,6 +51,7 @@ static struct _elements_entry _elements[] = { { "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, NULL }, { "fakesink", gst_fakesink_get_type, &gst_fakesink_details, NULL }, { "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL }, + { "disksink", gst_disksink_get_type, &gst_disksink_details, NULL }, { "identity", gst_identity_get_type, &gst_identity_details, NULL }, { "fdsink", gst_fdsink_get_type, &gst_fdsink_details, NULL }, { "fdsrc", gst_fdsrc_get_type, &gst_fdsrc_details, NULL }, diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index e648c2c..e29530e 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -15,6 +15,7 @@ libgstelements_la_SOURCES = \ gstidentity.c \ gstfakesink.c \ gstdisksrc.c \ + gstdisksink.c \ gstfdsrc.c \ gstfdsink.c \ gstmultidisksrc.c \ @@ -28,6 +29,7 @@ noinst_HEADERS = \ gstidentity.h \ gstfakesink.h \ gstdisksrc.h \ + gstdisksink.h \ gstfdsrc.h \ gstmultidisksrc.h \ gsthttpsrc.h \ diff --git a/plugins/elements/gstelements.c b/plugins/elements/gstelements.c index 326d0e3..2b5dbf6 100644 --- a/plugins/elements/gstelements.c +++ b/plugins/elements/gstelements.c @@ -24,6 +24,7 @@ #include #include "gstdisksrc.h" +#include "gstdisksink.h" #include "gstidentity.h" #include "gstfakesink.h" #include "gstfakesrc.h" @@ -50,6 +51,7 @@ static struct _elements_entry _elements[] = { { "fakesrc", gst_fakesrc_get_type, &gst_fakesrc_details, NULL }, { "fakesink", gst_fakesink_get_type, &gst_fakesink_details, NULL }, { "disksrc", gst_disksrc_get_type, &gst_disksrc_details, NULL }, + { "disksink", gst_disksink_get_type, &gst_disksink_details, NULL }, { "identity", gst_identity_get_type, &gst_identity_details, NULL }, { "fdsink", gst_fdsink_get_type, &gst_fdsink_details, NULL }, { "fdsrc", gst_fdsrc_get_type, &gst_fdsrc_details, NULL }, -- 2.7.4