diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-26 13:24:49 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-26 13:24:49 +0100 |
commit | 9b6d6fd0dd46fd472cb0743a5524ce904db948f1 (patch) | |
tree | 64e8bb905bc64c789fa312cdeddc616919e20b54 | |
parent | f22494b6fe280cd789e3b3db210f963afc6cbf3d (diff) | |
download | gst-plugins-bad-9b6d6fd0dd46fd472cb0743a5524ce904db948f1.tar.gz gst-plugins-bad-9b6d6fd0dd46fd472cb0743a5524ce904db948f1.tar.bz2 gst-plugins-bad-9b6d6fd0dd46fd472cb0743a5524ce904db948f1.zip |
mxf: Rename forgotten function to fix unresolved symbols error
-rw-r--r-- | gst/mxf/mxftypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxftypes.c b/gst/mxf/mxftypes.c index 989203ef..c901ea60 100644 --- a/gst/mxf/mxftypes.c +++ b/gst/mxf/mxftypes.c @@ -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; |