mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
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
This commit is contained in:
parent
7ebe1eb0b2
commit
7d62325204
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue