Use the GST_ELEMENT_DETAILS for initialising GstElementDetails

Original commit message from CVS:
Use the GST_ELEMENT_DETAILS for initialising GstElementDetails
This commit is contained in:
Jan Schmidt 2003-11-02 12:51:01 +00:00
parent 9e42080f8d
commit ecfac6c0f4
2 changed files with 6 additions and 6 deletions

View file

@ -35,13 +35,13 @@
/* The ElementDetails structure gives a human-readable description
* of the plugin, as well as author and version data.
*/
static GstElementDetails dvdec_details = {
static GstElementDetails dvdec_details = GST_ELEMENT_DETAILS (
"DV (smpte314) decoder plugin",
"Codec/Video/Decoder",
"Uses libdv to decode DV video (libdv.sourceforge.net)",
"Erik Walthinsen <omega@cse.ogi.edu>\n"
"Wim Taymans <wim.taymans@tvd.be>",
};
"Wim Taymans <wim.taymans@tvd.be>"
);
/* These are the signals that this element can fire. They are zero-

View file

@ -40,13 +40,13 @@ enum {
ARG_DROP_INCOMPLETE,
};
static GstElementDetails gst_dv1394src_details = {
static GstElementDetails gst_dv1394src_details = GST_ELEMENT_DETAILS (
"Firewire (1394) DV Source",
"Source/Video",
"Source for DV video data from firewire port",
"Erik Walthinsen <omega@temple-baptist.com>\n"
"Daniel Fischer <dan@f3c.com>",
};
"Daniel Fischer <dan@f3c.com>"
);
#if 0
static GstPadTemplate*