mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
Always set the current package, not only when it was changed
This is necessary as the current package link will be set to NULL when updated metadata is parsed and should be set here again.
This commit is contained in:
parent
a79c4e0314
commit
fd72ef34f6
1 changed files with 1 additions and 1 deletions
|
@ -652,10 +652,10 @@ done:
|
|||
memcpy (&demux->current_package_uid, &ret->package_uid, 32);
|
||||
|
||||
mxf_umid_to_string (&ret->package_uid, current_package_string);
|
||||
demux->current_package = ret;
|
||||
demux->current_package_string = g_strdup (current_package_string);
|
||||
g_object_notify (G_OBJECT (demux), "package");
|
||||
}
|
||||
demux->current_package = ret;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue