diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-02 22:04:57 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-02 22:04:57 +0000 |
commit | 7d62325204cf7a6d96ab5a4e7c933b7505e84a3a (patch) | |
tree | dbdc630d8c96cd799a00490a3a82e3eb4e46ad87 /gst/mpeg1videoparse/gstmp1videoparse.c | |
parent | 7ebe1eb0b2b49d3742e6ce20452e3838f4c1d719 (diff) | |
download | gst-plugins-bad-7d62325204cf7a6d96ab5a4e7c933b7505e84a3a.tar.gz gst-plugins-bad-7d62325204cf7a6d96ab5a4e7c933b7505e84a3a.tar.bz2 gst-plugins-bad-7d62325204cf7a6d96ab5a4e7c933b7505e84a3a.zip |
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
Diffstat (limited to 'gst/mpeg1videoparse/gstmp1videoparse.c')
-rw-r--r-- | gst/mpeg1videoparse/gstmp1videoparse.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <wim.taymans@chello.be>" -}; +); GST_PAD_TEMPLATE_FACTORY (src_factory, "src", |