mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
Update one sample for a small API change
This commit is contained in:
parent
b8b82acb41
commit
54b70a1a8a
1 changed files with 2 additions and 1 deletions
|
@ -55,9 +55,10 @@ public class MetaData {
|
|||
return true;
|
||||
|
||||
case MessageType.Tag:
|
||||
Pad pad;
|
||||
TagList new_tags;
|
||||
|
||||
message.ParseTag (out new_tags);
|
||||
message.ParseTag (out pad, out new_tags);
|
||||
|
||||
if (tags != null) {
|
||||
tags = tags.Merge (new_tags, TagMergeMode.KeepAll);
|
||||
|
|
Loading…
Reference in a new issue