vapi: Update clutter-gtk-1.0 bindings
[vala-lang.git] / vapi / packages / gstreamer-pbutils-0.10 / gstreamer-pbutils-0.10-custom.vala
blobac71c18a5334f3d328dcb3c5fbbab82990cd89ad
1 /* gstreamer-0.10-custom.vala
3 * Copyright (C) 2011 Collabora Multimedia
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 * Author:
20 * Arun Raghavan <arun.raghavan@collabora.co.uk>
23 namespace Gst {
24 [CCode (ref_function = "gst_encoding_profile_ref", unref_function = "gst_encoding_profile_unref")]
25 public class EncodingProfile : Gst.MiniObject {
26 public unowned EncodingProfile @ref ();
27 public void unref ();
29 [CCode (ref_function = "gst_encoding_target_ref", unref_function = "gst_encoding_target_unref")]
30 public class EncodingTarget : Gst.MiniObject {
31 public unowned EncodingTarget @ref ();
32 public void unref ();