summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-02 22:04:57 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-02 22:04:57 +0000
commit7d62325204cf7a6d96ab5a4e7c933b7505e84a3a (patch)
treedbdc630d8c96cd799a00490a3a82e3eb4e46ad87
parent7ebe1eb0b2b49d3742e6ce20452e3838f4c1d719 (diff)
downloadgstreamer-plugins-bad-7d62325204cf7a6d96ab5a4e7c933b7505e84a3a.tar.gz
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
-rw-r--r--gst/mpeg1videoparse/gstmp1videoparse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c
index cbaef247f..f34db3f3d 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 <wim.taymans@chello.be>"
-};
+);
GST_PAD_TEMPLATE_FACTORY (src_factory,
"src",