mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
mxf: Rename forgotten function to fix unresolved symbols error
This commit is contained in:
parent
f22494b6fe
commit
9b6d6fd0dd
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ mxf_umid_from_string (const gchar * str, MXFUMID * umid)
|
|||
}
|
||||
|
||||
void
|
||||
mxf_umid_set (MXFUMID * umid)
|
||||
mxf_umid_init (MXFUMID * umid)
|
||||
{
|
||||
guint i;
|
||||
guint32 tmp;
|
||||
|
|
Loading…
Reference in a new issue