mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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
|
#define SEQ_END_CODE 0x000001b7
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails mpeg1videoparse_details = {
|
static GstElementDetails mpeg1videoparse_details = GST_ELEMENT_DETAILS (
|
||||||
"MPEG 1 Video Parser",
|
"MPEG 1 Video Parser",
|
||||||
"Codec/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>"
|
"Wim Taymans <wim.taymans@chello.be>"
|
||||||
};
|
);
|
||||||
|
|
||||||
GST_PAD_TEMPLATE_FACTORY (src_factory,
|
GST_PAD_TEMPLATE_FACTORY (src_factory,
|
||||||
"src",
|
"src",
|
||||||
|
|
Loading…
Reference in a new issue