mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Fixed licenses
This commit is contained in:
parent
d0e02c05ba
commit
c5e5940a76
3 changed files with 12 additions and 8 deletions
|
@ -1,9 +1,11 @@
|
|||
// Iterator.cs - Custom iterator wrapper for IEnumerable
|
||||
// Iterator.cs - Custom caps wrapper for IEnumerable
|
||||
//
|
||||
// Author: Sebastian Dröge
|
||||
// Authors:
|
||||
// Sebastian Dröge <slomo@circular-chaos.org>
|
||||
// Stephan Sundermann <stephansundermann@gmail.com>
|
||||
//
|
||||
// Copyright (c) 2004-2009 Novell, Inc.
|
||||
// Copyright (c) 2013 Stephan Sundermann
|
||||
// Copyright (c) 2009 Sebastian Dröge
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of version 2 of the Lesser GNU General
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
// Iterator.cs - Custom iterator wrapper for IEnumerable
|
||||
//
|
||||
// Author: Sebastian Dröge
|
||||
// Authors:
|
||||
// Sebastian Dröge <slomo@circular-chaos.org>
|
||||
// Stephan Sundermann <stephansundermann@gmail.com>
|
||||
//
|
||||
// Copyright (c) 2004-2009 Novell, Inc.
|
||||
// Copyright (c) 2013 Stephan Sundermann
|
||||
// Copyright (c) 2009 Sebastian Dröge
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of version 2 of the Lesser GNU General
|
||||
|
|
|
@ -70,7 +70,7 @@ namespace Gst
|
|||
|
||||
public void Add (Gst.TagMergeMode mode, string tag, object value)
|
||||
{
|
||||
if (!Tag.TagExists (tag))
|
||||
if (!Tag.Exists (tag))
|
||||
throw new ArgumentException (String.Format ("Invalid tag name '{0}'", tag));
|
||||
|
||||
GLib.Value v = new GLib.Value (value);
|
||||
|
|
Loading…
Reference in a new issue