mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Make sure we use proper properties to define the different AVI types.
Original commit message from CVS: Make sure we use proper properties to define the different AVI types.
This commit is contained in:
parent
9a7e2b133b
commit
fef1a9307e
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ GST_PADTEMPLATE_FACTORY (sink_templ,
|
|||
GST_CAPS_NEW (
|
||||
"avidemux_sink",
|
||||
"video/avi",
|
||||
"RIFF", GST_PROPS_STRING ("AVI")
|
||||
"format", GST_PROPS_STRING ("AVI")
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -267,7 +267,7 @@ avi_typefind (GstBuffer *buf,
|
|||
|
||||
new = GST_CAPS_NEW ("avi_typefind",
|
||||
"video/avi",
|
||||
"RIFF", GST_PROPS_STRING ("AVI"));
|
||||
"format", GST_PROPS_STRING ("AVI"));
|
||||
|
||||
return new;
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ GST_PADTEMPLATE_FACTORY (sink_templ,
|
|||
GST_CAPS_NEW (
|
||||
"cdxaparse_sink",
|
||||
"video/avi",
|
||||
"RIFF", GST_PROPS_STRING ("CDXA")
|
||||
"format", GST_PROPS_STRING ("CDXA")
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue