From 7d62325204cf7a6d96ab5a4e7c933b7505e84a3a Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 2 Nov 2003 22:04:57 +0000 Subject: Hi. I'm the reason why GstElementDetails uses a macro now Original commit message from CVS: Hi. I'm the reason why GstElementDetails uses a macro now --- gst/mpeg1videoparse/gstmp1videoparse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/mpeg1videoparse/gstmp1videoparse.c') diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c index cbaef247..f34db3f3 100644 --- a/gst/mpeg1videoparse/gstmp1videoparse.c +++ b/gst/mpeg1videoparse/gstmp1videoparse.c @@ -32,12 +32,12 @@ #define SEQ_END_CODE 0x000001b7 /* elementfactory information */ -static GstElementDetails mpeg1videoparse_details = { +static GstElementDetails mpeg1videoparse_details = GST_ELEMENT_DETAILS ( "MPEG 1 Video Parser", "Codec/Parser", - "Parses and frames MPEG 1 video streams, provides seek" + "Parses and frames MPEG 1 video streams, provides seek", "Wim Taymans " -}; +); GST_PAD_TEMPLATE_FACTORY (src_factory, "src", -- cgit v1.2.1