mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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);
|
||||
}
|
||||
|
||||
siddec->metadata = gst_caps_new ("mad_metadata",
|
||||
siddec->metadata = gst_caps_new ("sid_metadata",
|
||||
"application/x-gst-metadata",
|
||||
props);
|
||||
|
||||
|
|
Loading…
Reference in a new issue