mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
Fix typo
Original commit message from CVS: Fix typo
This commit is contained in:
parent
624250c2b5
commit
a16de9a3dd
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ update_metadata (GstSidDec *siddec)
|
||||||
gst_props_add_entry (props, entry);
|
gst_props_add_entry (props, entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
siddec->metadata = gst_caps_new ("mad_metadata",
|
siddec->metadata = gst_caps_new ("sid_metadata",
|
||||||
"application/x-gst-metadata",
|
"application/x-gst-metadata",
|
||||||
props);
|
props);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue