update to take new gstdisksink element into account
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 20 Apr 2001 12:04:40 +0000 (12:04 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 20 Apr 2001 12:04:40 +0000 (12:04 +0000)
Original commit message from CVS:
update to take new gstdisksink element into account

gst/elements/Makefile.am
gst/elements/gstelements.c
plugins/elements/Makefile.am
plugins/elements/gstelements.c

index e648c2c..e29530e 100644 (file)
@@ -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            \
index 326d0e3..2b5dbf6 100644 (file)
@@ -24,6 +24,7 @@
 #include <gst/gst.h>
 
 #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 },
index e648c2c..e29530e 100644 (file)
@@ -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            \
index 326d0e3..2b5dbf6 100644 (file)
@@ -24,6 +24,7 @@
 #include <gst/gst.h>
 
 #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 },