adium 2715:350db134779c: OS X Video Sink for gstreamer. It's sm...
commits at adium.im
commits at adium.im
Tue Sep 22 04:48:22 UTC 2009
details: http://hg.adium.im/adium/rev/350db134779c
revision: 2715:350db134779c
author: Stephen Holt <sholt at adium.im>
date: Tue Sep 22 00:20:12 2009 -0400
OS X Video Sink for gstreamer. It's small, and it's useful if nothing else works.
Subject: adium 2716:a50b40285c02: The gstreamer frameworks got copied over with resolved symlinks, doubling their contents. Deleteing them as a first step to correcting it.
details: http://hg.adium.im/adium/rev/a50b40285c02
revision: 2716:a50b40285c02
author: Stephen Holt <sholt at adium.im>
date: Tue Sep 22 00:20:23 2009 -0400
The gstreamer frameworks got copied over with resolved symlinks, doubling their contents. Deleteing them as a first step to correcting it.
Subject: adium 2717:41e6d6b9a5f2: Replacing gstreamer frameworks with symlinked ones. Also ones that link against the system libxml2.
details: http://hg.adium.im/adium/rev/41e6d6b9a5f2
revision: 2717:41e6d6b9a5f2
author: Stephen Holt <sholt at adium.im>
date: Tue Sep 22 00:21:10 2009 -0400
Replacing gstreamer frameworks with symlinked ones. Also ones that link against the system libxml2.
Subject: adium 2718:2bf8f0b7bf1d: We don't need this custom build libxml2 anymore. Easy 6MB!
details: http://hg.adium.im/adium/rev/2bf8f0b7bf1d
revision: 2718:2bf8f0b7bf1d
author: Stephen Holt <sholt at adium.im>
date: Tue Sep 22 00:23:24 2009 -0400
We don't need this custom build libxml2 anymore. Easy 6MB!
diffs (truncated from 102526 to 1000 lines):
diff -r bc366c452093 -r 2bf8f0b7bf1d Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Mon Sep 21 14:56:43 2009 -0400
+++ b/Adium.xcodeproj/project.pbxproj Tue Sep 22 00:23:24 2009 -0400
@@ -644,12 +644,10 @@
34B4B5A40708B049002C4C6D /* ESDebugController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B4B5A20708B049002C4C6D /* ESDebugController.m */; };
34B588A1058D833A00E7EF0D /* ExceptionHandling.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B588A0058D833A00E7EF0D /* ExceptionHandling.framework */; };
34B5E2600A7C94D3005186E6 /* AILogDateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B5E25E0A7C94D3005186E6 /* AILogDateFormatter.m */; };
- 34B8936B102BCDAB000ABB8E /* libxml.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89366102BCDAB000ABB8E /* libxml.framework */; };
34B8936C102BCDAB000ABB8E /* libgstreamer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89367102BCDAB000ABB8E /* libgstreamer.framework */; };
34B8936D102BCDAB000ABB8E /* libgstinterfaces.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89368102BCDAB000ABB8E /* libgstinterfaces.framework */; };
34B8936E102BCDAB000ABB8E /* libgstfarsight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89369102BCDAB000ABB8E /* libgstfarsight.framework */; };
34B8936F102BCDAB000ABB8E /* libgstbase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B8936A102BCDAB000ABB8E /* libgstbase.framework */; };
- 34B89477102BCDB4000ABB8E /* libxml.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89366102BCDAB000ABB8E /* libxml.framework */; };
34B89478102BCDB4000ABB8E /* libgstreamer.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89367102BCDAB000ABB8E /* libgstreamer.framework */; };
34B89479102BCDB4000ABB8E /* libgstinterfaces.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89368102BCDAB000ABB8E /* libgstinterfaces.framework */; };
34B8947A102BCDB4000ABB8E /* libgstfarsight.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 34B89369102BCDAB000ABB8E /* libgstfarsight.framework */; };
@@ -1699,7 +1697,6 @@
dstSubfolderSpec = 10;
files = (
7EE09627104DFCBC00587F35 /* Growl.framework in Copy Frameworks */,
- 34B89477102BCDB4000ABB8E /* libxml.framework in Copy Frameworks */,
34B89478102BCDB4000ABB8E /* libgstreamer.framework in Copy Frameworks */,
34B89479102BCDB4000ABB8E /* libgstinterfaces.framework in Copy Frameworks */,
34B8947A102BCDB4000ABB8E /* libgstfarsight.framework in Copy Frameworks */,
@@ -3529,7 +3526,6 @@
34B82C80085A85D800864531 /* AIChatController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIChatController.m; path = Source/AIChatController.m; sourceTree = "<group>"; };
34B82C89085A87B000864531 /* AdiumMessageEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumMessageEvents.h; path = Source/AdiumMessageEvents.h; sourceTree = "<group>"; };
34B82C8A085A87B000864531 /* AdiumMessageEvents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumMessageEvents.m; path = Source/AdiumMessageEvents.m; sourceTree = "<group>"; };
- 34B89366102BCDAB000ABB8E /* libxml.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libxml.framework; path = Frameworks/libxml.framework; sourceTree = "<group>"; };
34B89367102BCDAB000ABB8E /* libgstreamer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgstreamer.framework; path = Frameworks/libgstreamer.framework; sourceTree = "<group>"; };
34B89368102BCDAB000ABB8E /* libgstinterfaces.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgstinterfaces.framework; path = Frameworks/libgstinterfaces.framework; sourceTree = "<group>"; };
34B89369102BCDAB000ABB8E /* libgstfarsight.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libgstfarsight.framework; path = Frameworks/libgstfarsight.framework; sourceTree = "<group>"; };
@@ -4807,7 +4803,6 @@
633405990F9C2C00003C77A9 /* AIUtilities.framework in Frameworks */,
3485D8EB09EB446900232CC4 /* Adium.framework in Frameworks */,
118A44500FEEA828008153C0 /* libjson-glib.framework in Frameworks */,
- 34B8936B102BCDAB000ABB8E /* libxml.framework in Frameworks */,
34B8936C102BCDAB000ABB8E /* libgstreamer.framework in Frameworks */,
34B8936D102BCDAB000ABB8E /* libgstinterfaces.framework in Frameworks */,
34B8936E102BCDAB000ABB8E /* libgstfarsight.framework in Frameworks */,
@@ -4955,7 +4950,6 @@
1172FCA10CDAA8DE00B8E233 /* Frameworks */ = {
isa = PBXGroup;
children = (
- 34B89366102BCDAB000ABB8E /* libxml.framework */,
34B89367102BCDAB000ABB8E /* libgstreamer.framework */,
34B89368102BCDAB000ABB8E /* libgstinterfaces.framework */,
34B89369102BCDAB000ABB8E /* libgstfarsight.framework */,
diff -r bc366c452093 -r 2bf8f0b7bf1d Dependencies/copy_frameworks.sh
--- a/Dependencies/copy_frameworks.sh Mon Sep 21 14:56:43 2009 -0400
+++ b/Dependencies/copy_frameworks.sh Tue Sep 22 00:23:24 2009 -0400
@@ -8,7 +8,7 @@
ADIUM="`dirname $0`/.."
-cp -r "$ROOTDIR"/Frameworks/*.subproj/*.framework "$ADIUM/Frameworks/"
+cp -R "$ROOTDIR"/Frameworks/*.subproj/*.framework "$ADIUM/Frameworks/"
pushd "$ADIUM/build" > /dev/null 2>&1
rm -rf */AdiumLibpurple.framework
diff -r bc366c452093 -r 2bf8f0b7bf1d Dependencies/phases/build_vv_dependencies.sh
--- a/Dependencies/phases/build_vv_dependencies.sh Mon Sep 21 14:56:43 2009 -0400
+++ b/Dependencies/phases/build_vv_dependencies.sh Tue Sep 22 00:23:24 2009 -0400
@@ -108,7 +108,6 @@
--disable-directsound \
--disable-oss \
--disable-sunaudio \
- --disable-osx_video \
--disable-gst_v4l2 \
--disable-x \
--disable-xshm \
@@ -297,4 +296,4 @@
log make install
quiet popd
-}
\ No newline at end of file
+}
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libglib.framework/Versions/2.0.0/Headers/glib/gutils.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/glib/gutils.h Mon Sep 21 14:56:43 2009 -0400
+++ b/Frameworks/libglib.framework/Versions/2.0.0/Headers/glib/gutils.h Tue Sep 22 00:23:24 2009 -0400
@@ -134,7 +134,7 @@
#ifdef G_OS_WIN32
/* This functions is not part of the public GLib API */
-G_CONST_RETURN gchar* G_CONST_RETURN * g_win32_get_system_data_dirs_for_module (void (*address_of_function)());
+G_CONST_RETURN gchar* G_CONST_RETURN * g_win32_get_system_data_dirs_for_module (void (*address_of_function)(void));
#endif
#if defined (G_OS_WIN32) && defined (G_CAN_INLINE) && !defined (__cplusplus)
@@ -145,7 +145,7 @@
static inline G_CONST_RETURN gchar * G_CONST_RETURN *
_g_win32_get_system_data_dirs (void)
{
- return g_win32_get_system_data_dirs_for_module ((void (*)()) &_g_win32_get_system_data_dirs);
+ return g_win32_get_system_data_dirs_for_module ((void (*)(void)) &_g_win32_get_system_data_dirs);
}
#define g_get_system_data_dirs _g_win32_get_system_data_dirs
#endif
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libglib.framework/Versions/2.0.0/Headers/glibconfig.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/glibconfig.h Mon Sep 21 14:56:43 2009 -0400
+++ b/Frameworks/libglib.framework/Versions/2.0.0/Headers/glibconfig.h Tue Sep 22 00:23:24 2009 -0400
@@ -101,7 +101,7 @@
#define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 20
-#define GLIB_MICRO_VERSION 2
+#define GLIB_MICRO_VERSION 5
#define G_OS_UNIX
@@ -327,7 +327,7 @@
#define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 20
-#define GLIB_MICRO_VERSION 2
+#define GLIB_MICRO_VERSION 5
#define G_OS_UNIX
@@ -552,7 +552,7 @@
#define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 20
-#define GLIB_MICRO_VERSION 2
+#define GLIB_MICRO_VERSION 5
#define G_OS_UNIX
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libglib.framework/Versions/2.0.0/libglib
Binary file Frameworks/libglib.framework/Versions/2.0.0/libglib has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgmodule.framework/Versions/2.0.0/libgmodule
Binary file Frameworks/libgmodule.framework/Versions/2.0.0/libgmodule has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgobject.framework/Versions/2.0.0/libgobject
Binary file Frameworks/libgobject.framework/Versions/2.0.0/libgobject has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Headers
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstbase.framework/Headers Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+Versions/0.10.0/Headers
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Resources
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstbase.framework/Resources Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+Versions/0.10.0/Resources
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Resources/English.lproj/InfoPlist.strings
--- a/Frameworks/libgstbase.framework/Resources/English.lproj/InfoPlist.strings Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* Localized versions of Info.plist keys */
-
-CFBundleName = "libgstbase";
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Resources/Info.plist
Binary file Frameworks/libgstbase.framework/Resources/Info.plist has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Versions/0.10.0/libgstbase
Binary file Frameworks/libgstbase.framework/Versions/0.10.0/libgstbase has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Versions/Current
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstbase.framework/Versions/Current Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+0.10.0
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings
--- a/Frameworks/libgstbase.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* Localized versions of Info.plist keys */
-
-CFBundleName = "libgstbase";
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Versions/Current/Resources/Info.plist
Binary file Frameworks/libgstbase.framework/Versions/Current/Resources/Info.plist has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/Versions/Current/libgstbase
Binary file Frameworks/libgstbase.framework/Versions/Current/libgstbase has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstbase.framework/libgstbase
Binary file Frameworks/libgstbase.framework/libgstbase has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Headers
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstfarsight.framework/Headers Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+Versions/0.10.0/Headers
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Resources
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstfarsight.framework/Resources Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+Versions/0.10.0/Resources
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Resources/English.lproj/InfoPlist.strings
--- a/Frameworks/libgstfarsight.framework/Resources/English.lproj/InfoPlist.strings Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* Localized versions of Info.plist keys */
-
-CFBundleName = "libgstfarsight";
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Resources/Info.plist
Binary file Frameworks/libgstfarsight.framework/Resources/Info.plist has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Versions/0.10.0/libgstfarsight
Binary file Frameworks/libgstfarsight.framework/Versions/0.10.0/libgstfarsight has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Versions/Current
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstfarsight.framework/Versions/Current Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+0.10.0
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings
--- a/Frameworks/libgstfarsight.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* Localized versions of Info.plist keys */
-
-CFBundleName = "libgstfarsight";
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Versions/Current/Resources/Info.plist
Binary file Frameworks/libgstfarsight.framework/Versions/Current/Resources/Info.plist has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/Versions/Current/libgstfarsight
Binary file Frameworks/libgstfarsight.framework/Versions/Current/libgstfarsight has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstfarsight.framework/libgstfarsight
Binary file Frameworks/libgstfarsight.framework/libgstfarsight has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Headers
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstinterfaces.framework/Headers Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+Versions/0.10.0/Headers
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Resources
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstinterfaces.framework/Resources Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+Versions/0.10.0/Resources
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Resources/English.lproj/InfoPlist.strings
--- a/Frameworks/libgstinterfaces.framework/Resources/English.lproj/InfoPlist.strings Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* Localized versions of Info.plist keys */
-
-CFBundleName = "libgstinterfaces";
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Resources/Info.plist
Binary file Frameworks/libgstinterfaces.framework/Resources/Info.plist has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Versions/0.10.0/libgstinterfaces
Binary file Frameworks/libgstinterfaces.framework/Versions/0.10.0/libgstinterfaces has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Versions/Current
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstinterfaces.framework/Versions/Current Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+0.10.0
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings
--- a/Frameworks/libgstinterfaces.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* Localized versions of Info.plist keys */
-
-CFBundleName = "libgstinterfaces";
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Versions/Current/Resources/Info.plist
Binary file Frameworks/libgstinterfaces.framework/Versions/Current/Resources/Info.plist has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/Versions/Current/libgstinterfaces
Binary file Frameworks/libgstinterfaces.framework/Versions/Current/libgstinterfaces has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstinterfaces.framework/libgstinterfaces
Binary file Frameworks/libgstinterfaces.framework/libgstinterfaces has changed
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Frameworks/libgstreamer.framework/Headers Tue Sep 22 00:23:24 2009 -0400
@@ -0,0 +1,1 @@
+Versions/0.10.0/Headers
\ No newline at end of file
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers/gst/app/gstappbuffer.h
--- a/Frameworks/libgstreamer.framework/Headers/gst/app/gstappbuffer.h Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-/* GStreamer
- * Copyright (C) 2007 David Schleef <ds at schleef.org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef _GST_APP_BUFFER_H_
-#define _GST_APP_BUFFER_H_
-
-#include <gst/gst.h>
-
-G_BEGIN_DECLS
-
-#define GST_TYPE_APP_BUFFER \
- (gst_app_buffer_get_type())
-#define GST_APP_BUFFER(obj) \
- (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_APP_BUFFER,GstAppBuffer))
-#define GST_APP_BUFFER_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_APP_BUFFER,GstAppBufferClass))
-#define GST_IS_APP_BUFFER(obj) \
- (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_APP_BUFFER))
-#define GST_IS_APP_BUFFER_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_APP_BUFFER))
-
-typedef struct _GstAppBuffer GstAppBuffer;
-typedef struct _GstAppBufferClass GstAppBufferClass;
-typedef void (*GstAppBufferFinalizeFunc) (void *priv);
-
-struct _GstAppBuffer
-{
- GstBuffer buffer;
-
- /*< private >*/
- GstAppBufferFinalizeFunc finalize;
- void *priv;
-};
-
-struct _GstAppBufferClass
-{
- GstBufferClass buffer_class;
-};
-
-GType gst_app_buffer_get_type(void);
-
-GstBuffer *gst_app_buffer_new (void *data, int length,
- GstAppBufferFinalizeFunc finalize, void *priv);
-
-G_END_DECLS
-
-#endif
-
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers/gst/app/gstappsink.h
--- a/Frameworks/libgstreamer.framework/Headers/gst/app/gstappsink.h Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,130 +0,0 @@
-/* GStreamer
- * Copyright (C) 2007 David Schleef <ds at schleef.org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef _GST_APP_SINK_H_
-#define _GST_APP_SINK_H_
-
-#include <gst/gst.h>
-#include <gst/base/gstbasesink.h>
-
-G_BEGIN_DECLS
-
-#define GST_TYPE_APP_SINK \
- (gst_app_sink_get_type())
-#define GST_APP_SINK(obj) \
- (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_APP_SINK,GstAppSink))
-#define GST_APP_SINK_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_APP_SINK,GstAppSinkClass))
-#define GST_IS_APP_SINK(obj) \
- (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_APP_SINK))
-#define GST_IS_APP_SINK_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_APP_SINK))
-/* Since 0.10.23 */
-#define GST_APP_SINK_CAST(obj) \
- ((GstAppSink*)(obj))
-
-typedef struct _GstAppSink GstAppSink;
-typedef struct _GstAppSinkClass GstAppSinkClass;
-typedef struct _GstAppSinkPrivate GstAppSinkPrivate;
-
-/**
- * GstAppSinkCallbacks:
- * @eos: Called when the end-of-stream has been reached. This callback
- * is called from the steaming thread.
- * @new_preroll: Called when a new preroll buffer is available.
- * This callback is called from the steaming thread.
- * The new preroll buffer can be retrieved with
- * gst_app_sink_pull_preroll() either from this callback
- * or from any other thread.
- * @new_buffer: Called when a new buffer is available.
- * This callback is called from the steaming thread.
- * The new buffer can be retrieved with
- * gst_app_sink_pull_buffer() either from this callback
- * or from any other thread.
- *
- * A set of callbacks that can be installed on the appsink with
- * gst_app_sink_set_callbacks().
- *
- * Since: 0.10.23
- */
-typedef struct {
- void (*eos) (GstAppSink *sink, gpointer user_data);
- GstFlowReturn (*new_preroll) (GstAppSink *sink, gpointer user_data);
- GstFlowReturn (*new_buffer) (GstAppSink *sink, gpointer user_data);
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
-} GstAppSinkCallbacks;
-
-struct _GstAppSink
-{
- GstBaseSink basesink;
-
- /*< private >*/
- GstAppSinkPrivate *priv;
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
-};
-
-struct _GstAppSinkClass
-{
- GstBaseSinkClass basesink_class;
-
- /* signals */
- void (*eos) (GstAppSink *sink);
- void (*new_preroll) (GstAppSink *sink);
- void (*new_buffer) (GstAppSink *sink);
-
- /* actions */
- GstBuffer * (*pull_preroll) (GstAppSink *sink);
- GstBuffer * (*pull_buffer) (GstAppSink *sink);
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
-};
-
-GType gst_app_sink_get_type(void);
-
-void gst_app_sink_set_caps (GstAppSink *appsink, const GstCaps *caps);
-GstCaps * gst_app_sink_get_caps (GstAppSink *appsink);
-
-gboolean gst_app_sink_is_eos (GstAppSink *appsink);
-
-void gst_app_sink_set_emit_signals (GstAppSink *appsink, gboolean emit);
-gboolean gst_app_sink_get_emit_signals (GstAppSink *appsink);
-
-void gst_app_sink_set_max_buffers (GstAppSink *appsink, guint max);
-guint gst_app_sink_get_max_buffers (GstAppSink *appsink);
-
-void gst_app_sink_set_drop (GstAppSink *appsink, gboolean drop);
-gboolean gst_app_sink_get_drop (GstAppSink *appsink);
-
-GstBuffer * gst_app_sink_pull_preroll (GstAppSink *appsink);
-GstBuffer * gst_app_sink_pull_buffer (GstAppSink *appsink);
-
-void gst_app_sink_set_callbacks (GstAppSink * appsink,
- GstAppSinkCallbacks *callbacks,
- gpointer user_data,
- GDestroyNotify notify);
-
-G_END_DECLS
-
-#endif
-
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers/gst/app/gstappsrc.h
--- a/Frameworks/libgstreamer.framework/Headers/gst/app/gstappsrc.h Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,149 +0,0 @@
-/* GStreamer
- * Copyright (C) 2007 David Schleef <ds at schleef.org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef _GST_APP_SRC_H_
-#define _GST_APP_SRC_H_
-
-#include <gst/gst.h>
-#include <gst/base/gstpushsrc.h>
-
-G_BEGIN_DECLS
-
-#define GST_TYPE_APP_SRC \
- (gst_app_src_get_type())
-#define GST_APP_SRC(obj) \
- (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_APP_SRC,GstAppSrc))
-#define GST_APP_SRC_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_APP_SRC,GstAppSrcClass))
-#define GST_IS_APP_SRC(obj) \
- (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_APP_SRC))
-#define GST_IS_APP_SRC_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_APP_SRC))
-/* Since 0.10.23 */
-#define GST_APP_SRC_CAST(obj) \
- ((GstAppSrc*)(obj))
-
-typedef struct _GstAppSrc GstAppSrc;
-typedef struct _GstAppSrcClass GstAppSrcClass;
-typedef struct _GstAppSrcPrivate GstAppSrcPrivate;
-
-/**
- * GstAppSrcCallbacks:
- * @need_data: Called when the appsrc needs more data. A buffer or EOS should be
- * pushed to appsrc from this thread or another thread. @length is just a hint
- * and when it is set to -1, any number of bytes can be pushed into @appsrc.
- * @enough_data: Called when appsrc has enough data. It is recommended that the
- * application stops calling push-buffer until the need_data callback is
- * emited again to avoid excessive buffer queueing.
- * @seek_data: Called when a seek should be performed to the offset.
- * The next push-buffer should produce buffers from the new @offset.
- * This callback is only called for seekable stream types.
- *
- * A set of callbacks that can be installed on the appsrc with
- * gst_app_src_set_callbacks().
- *
- * Since: 0.10.23
- */
-typedef struct {
- void (*need_data) (GstAppSrc *src, guint length, gpointer user_data);
- void (*enough_data) (GstAppSrc *src, gpointer user_data);
- gboolean (*seek_data) (GstAppSrc *src, guint64 offset, gpointer user_data);
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
-} GstAppSrcCallbacks;
-
-/**
- * GstAppStreamType:
- * @GST_APP_STREAM_TYPE_STREAM: No seeking is supported in the stream, such as a
- * live stream.
- * @GST_APP_STREAM_TYPE_SEEKABLE: The stream is seekable but seeking might not
- * be very fast, such as data from a webserver.
- * @GST_APP_STREAM_TYPE_RANDOM_ACCESS: The stream is seekable and seeking is fast,
- * such as in a local file.
- *
- * The stream type.
- */
-typedef enum
-{
- GST_APP_STREAM_TYPE_STREAM,
- GST_APP_STREAM_TYPE_SEEKABLE,
- GST_APP_STREAM_TYPE_RANDOM_ACCESS
-} GstAppStreamType;
-
-struct _GstAppSrc
-{
- GstBaseSrc basesrc;
-
- /*< private >*/
- GstAppSrcPrivate *priv;
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
-};
-
-struct _GstAppSrcClass
-{
- GstBaseSrcClass basesrc_class;
-
- /* signals */
- void (*need_data) (GstAppSrc *src, guint length);
- void (*enough_data) (GstAppSrc *src);
- gboolean (*seek_data) (GstAppSrc *src, guint64 offset);
-
- /* actions */
- GstFlowReturn (*push_buffer) (GstAppSrc *src, GstBuffer *buffer);
- GstFlowReturn (*end_of_stream) (GstAppSrc *src);
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
-};
-
-GType gst_app_src_get_type(void);
-
-void gst_app_src_set_caps (GstAppSrc *appsrc, const GstCaps *caps);
-GstCaps* gst_app_src_get_caps (GstAppSrc *appsrc);
-
-void gst_app_src_set_size (GstAppSrc *appsrc, gint64 size);
-gint64 gst_app_src_get_size (GstAppSrc *appsrc);
-
-void gst_app_src_set_stream_type (GstAppSrc *appsrc, GstAppStreamType type);
-GstAppStreamType gst_app_src_get_stream_type (GstAppSrc *appsrc);
-
-void gst_app_src_set_max_bytes (GstAppSrc *appsrc, guint64 max);
-guint64 gst_app_src_get_max_bytes (GstAppSrc *appsrc);
-
-void gst_app_src_set_latency (GstAppSrc *appsrc, guint64 min, guint64 max);
-void gst_app_src_get_latency (GstAppSrc *appsrc, guint64 *min, guint64 *max);
-
-void gst_app_src_set_emit_signals (GstAppSrc *appsrc, gboolean emit);
-gboolean gst_app_src_get_emit_signals (GstAppSrc *appsrc);
-
-GstFlowReturn gst_app_src_push_buffer (GstAppSrc *appsrc, GstBuffer *buffer);
-GstFlowReturn gst_app_src_end_of_stream (GstAppSrc *appsrc);
-
-void gst_app_src_set_callbacks (GstAppSrc * appsrc,
- GstAppSrcCallbacks *callbacks,
- gpointer user_data,
- GDestroyNotify notify);
-
-G_END_DECLS
-
-#endif
-
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers/gst/audio/audio-enumtypes.h
--- a/Frameworks/libgstreamer.framework/Headers/gst/audio/audio-enumtypes.h Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-
-/* Generated data (by glib-mkenums) */
-
-#ifndef __GST_AUDIO_ENUM_TYPES_H__
-#define __GST_AUDIO_ENUM_TYPES_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-/* enumerations from "multichannel.h" */
-GType gst_audio_channel_position_get_type (void);
-#define GST_TYPE_AUDIO_CHANNEL_POSITION (gst_audio_channel_position_get_type())
-
-/* enumerations from "gstringbuffer.h" */
-GType gst_ring_buffer_state_get_type (void);
-#define GST_TYPE_RING_BUFFER_STATE (gst_ring_buffer_state_get_type())
-GType gst_ring_buffer_seg_state_get_type (void);
-#define GST_TYPE_RING_BUFFER_SEG_STATE (gst_ring_buffer_seg_state_get_type())
-GType gst_buffer_format_type_get_type (void);
-#define GST_TYPE_BUFFER_FORMAT_TYPE (gst_buffer_format_type_get_type())
-GType gst_buffer_format_get_type (void);
-#define GST_TYPE_BUFFER_FORMAT (gst_buffer_format_get_type())
-G_END_DECLS
-
-#endif /* __GST_AUDIO_ENUM_TYPES_H__ */
-
-/* Generated data ends here */
-
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers/gst/audio/audio.h
--- a/Frameworks/libgstreamer.framework/Headers/gst/audio/audio.h Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,179 +0,0 @@
-/* GStreamer
- * Copyright (C) <1999> Erik Walthinsen <omega at cse.ogi.edu>
- * Library <2001> Thomas Vander Stichele <thomas at apestaart.org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#include <gst/gst.h>
-
-#ifndef __GST_AUDIO_AUDIO_H__
-#define __GST_AUDIO_AUDIO_H__
-
-G_BEGIN_DECLS
-
-/* For people that are looking at this source: the purpose of these defines is
- * to make GstCaps a bit easier, in that you don't have to know all of the
- * properties that need to be defined. you can just use these macros. currently
- * (8/01) the only plugins that use these are the passthrough, speed, volume,
- * adder, and [de]interleave plugins. These are for convenience only, and do not
- * specify the 'limits' of GStreamer. you might also use these definitions as a
- * base for making your own caps, if need be.
- *
- * For example, to make a source pad that can output streams of either mono
- * float or any channel int:
- *
- * template = gst_pad_template_new
- * ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
- * gst_caps_append(gst_caps_new ("sink_int", "audio/x-raw-int",
- * GST_AUDIO_INT_PAD_TEMPLATE_PROPS),
- * gst_caps_new ("sink_float", "audio/x-raw-float",
- * GST_AUDIO_FLOAT_PAD_TEMPLATE_PROPS)),
- * NULL);
- *
- * sinkpad = gst_pad_new_from_template(template, "sink");
- *
- * Andy Wingo, 18 August 2001
- * Thomas, 6 September 2002 */
-
-/* conversion macros */
-/**
- * GST_FRAMES_TO_CLOCK_TIME:
- * @frames: sample frames
- * @rate: sampling rate
- *
- * Calculate clocktime from sample @frames and @rate.
- */
-#define GST_FRAMES_TO_CLOCK_TIME(frames, rate) \
- ((GstClockTime) gst_util_uint64_scale (frames, GST_SECOND, rate))
-
-/**
- * GST_CLOCK_TIME_TO_FRAMES:
- * @clocktime: clock time
- * @rate: sampling rate
- *
- * Calculate frames from @clocktime and sample @rate.
- */
-#define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \
- gst_util_uint64_scale (clocktime, rate, GST_SECOND)
-
-/**
- * GST_AUDIO_DEF_RATE:
- *
- * Standard sampling rate used in consumer audio.
- */
-#define GST_AUDIO_DEF_RATE 44100
-
-/**
- * GST_AUDIO_INT_PAD_TEMPLATE_CAPS:
- *
- * Template caps for integer audio. Can be used when defining a
- * #GstStaticPadTemplate
- */
-#define GST_AUDIO_INT_PAD_TEMPLATE_CAPS \
- "audio/x-raw-int, " \
- "rate = (int) [ 1, MAX ], " \
- "channels = (int) [ 1, MAX ], " \
- "endianness = (int) { LITTLE_ENDIAN, BIG_ENDIAN }, " \
- "width = (int) { 8, 16, 24, 32 }, " \
- "depth = (int) [ 1, 32 ], " \
- "signed = (boolean) { true, false }"
-
-/**
- * GST_AUDIO_INT_STANDARD_PAD_TEMPLATE_CAPS:
- *
- * Template caps for 16bit integer stereo audio in native byte-order.
- * Can be used when defining a #GstStaticPadTemplate
- */
-#define GST_AUDIO_INT_STANDARD_PAD_TEMPLATE_CAPS \
- "audio/x-raw-int, " \
- "rate = (int) [ 1, MAX ], " \
- "channels = (int) 2, " \
- "endianness = (int) BYTE_ORDER, " \
- "width = (int) 16, " \
- "depth = (int) 16, " \
- "signed = (boolean) true"
-
-/**
- * GST_AUDIO_FLOAT_PAD_TEMPLATE_CAPS:
- *
- * Template caps for float audio. Can be used when defining a
- * #GstStaticPadTemplate
- */
-#define GST_AUDIO_FLOAT_PAD_TEMPLATE_CAPS \
- "audio/x-raw-float, " \
- "rate = (int) [ 1, MAX ], " \
- "channels = (int) [ 1, MAX ], " \
- "endianness = (int) { LITTLE_ENDIAN , BIG_ENDIAN }, " \
- "width = (int) { 32, 64 }"
-
-/**
- * GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_CAPS:
- *
- * Template caps for 32bit float mono audio in native byte-order.
- * Can be used when defining a #GstStaticPadTemplate
- */
-#define GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_CAPS \
- "audio/x-raw-float, " \
- "width = (int) 32, " \
- "rate = (int) [ 1, MAX ], " \
- "channels = (int) 1, " \
- "endianness = (int) BYTE_ORDER"
-
-/*
- * this library defines and implements some helper functions for audio
- * handling
- */
-
-/* get byte size of audio frame (based on caps of pad */
-int gst_audio_frame_byte_size (GstPad* pad);
-
-/* get length in frames of buffer */
-long gst_audio_frame_length (GstPad* pad, GstBuffer* buf);
-
-GstClockTime gst_audio_duration_from_pad_buffer (GstPad * pad, GstBuffer * buf);
-
-/* check if the buffer size is a whole multiple of the frame size */
-gboolean gst_audio_is_buffer_framed (GstPad* pad, GstBuffer* buf);
-
-/* functions useful for _getcaps functions */
-/**
- * GstAudioFieldFlag:
- *
- * Do not use anymore.
- *
- * Deprecated: use gst_structure_set() directly
- */
-#ifndef GST_DISABLE_DEPRECATED
-typedef enum {
- GST_AUDIO_FIELD_RATE = (1 << 0),
- GST_AUDIO_FIELD_CHANNELS = (1 << 1),
- GST_AUDIO_FIELD_ENDIANNESS = (1 << 2),
- GST_AUDIO_FIELD_WIDTH = (1 << 3),
- GST_AUDIO_FIELD_DEPTH = (1 << 4),
- GST_AUDIO_FIELD_SIGNED = (1 << 5)
-} GstAudioFieldFlag;
-#endif
-
-#ifndef GST_DISABLE_DEPRECATED
-void gst_audio_structure_set_int (GstStructure *structure, GstAudioFieldFlag flag);
-#endif /* GST_DISABLE_DEPRECATED */
-
-GstBuffer *gst_audio_buffer_clip (GstBuffer *buffer, GstSegment *segment, gint rate, gint frame_size);
-
-G_END_DECLS
-
-#endif /* __GST_AUDIO_AUDIO_H__ */
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers/gst/audio/gstaudioclock.h
--- a/Frameworks/libgstreamer.framework/Headers/gst/audio/gstaudioclock.h Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,103 +0,0 @@
-/* GStreamer
- * Copyright (C) 1999,2000 Erik Walthinsen <omega at cse.ogi.edu>
- * 2005 Wim Taymans <wim at fluendo.com>
- *
- * gstaudioclock.h: Clock for use by audio plugins
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef __GST_AUDIO_CLOCK_H__
-#define __GST_AUDIO_CLOCK_H__
-
-#include <gst/gst.h>
-#include <gst/gstsystemclock.h>
-
-G_BEGIN_DECLS
-
-#define GST_TYPE_AUDIO_CLOCK \
- (gst_audio_clock_get_type())
-#define GST_AUDIO_CLOCK(obj) \
- (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_CLOCK,GstAudioClock))
-#define GST_AUDIO_CLOCK_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_AUDIO_CLOCK,GstAudioClockClass))
-#define GST_IS_AUDIO_CLOCK(obj) \
- (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_AUDIO_CLOCK))
-#define GST_IS_AUDIO_CLOCK_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_AUDIO_CLOCK))
-#define GST_AUDIO_CLOCK_CAST(obj) \
- ((GstAudioClock*)(obj))
-
-typedef struct _GstAudioClock GstAudioClock;
-typedef struct _GstAudioClockClass GstAudioClockClass;
-
-/**
- * GstAudioClockGetTimeFunc:
- * @clock: the #GstAudioClock
- * @user_data: user data
- *
- * This function will be called whenever the current clock time needs to be
- * calculated. If this function returns #GST_CLOCK_TIME_NONE, the last reported
- * time will be returned by the clock.
- *
- * Returns: the current time or #GST_CLOCK_TIME_NONE if the previous time should
- * be used.
- */
-typedef GstClockTime (*GstAudioClockGetTimeFunc) (GstClock *clock, gpointer user_data);
-
-/**
- * GstAudioClock:
- * @clock: parent #GstSystemClock
- *
- * Opaque #GstAudioClock.
- */
-struct _GstAudioClock {
- GstSystemClock clock;
-
- /* --- protected --- */
- GstAudioClockGetTimeFunc func;
- gpointer user_data;
-
- GstClockTime last_time;
-
- /*< private >*/
- union {
- struct {
- GstClockTimeDiff time_offset;
- } ABI;
- /* adding + 0 to mark ABI change to be undone later */
- gpointer _gst_reserved[GST_PADDING + 0];
- } abidata;
-};
-
-struct _GstAudioClockClass {
- GstSystemClockClass parent_class;
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
-};
-
-GType gst_audio_clock_get_type (void);
-GstClock* gst_audio_clock_new (const gchar *name, GstAudioClockGetTimeFunc func,
- gpointer user_data);
-void gst_audio_clock_reset (GstAudioClock *clock, GstClockTime time);
-
-GstClockTime gst_audio_clock_get_time (GstClock * clock);
-GstClockTime gst_audio_clock_adjust (GstClock * clock, GstClockTime time);
-
-G_END_DECLS
-
-#endif /* __GST_AUDIO_CLOCK_H__ */
diff -r bc366c452093 -r 2bf8f0b7bf1d Frameworks/libgstreamer.framework/Headers/gst/audio/gstaudiofilter.h
--- a/Frameworks/libgstreamer.framework/Headers/gst/audio/gstaudiofilter.h Mon Sep 21 14:56:43 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-/* GStreamer
- * Copyright (C) <1999> Erik Walthinsen <omega at cse.ogi.edu>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-
-#ifndef __GST_AUDIO_FILTER_H__
-#define __GST_AUDIO_FILTER_H__
-
-#include <gst/gst.h>
-#include <gst/base/gstbasetransform.h>
-#include <gst/audio/gstringbuffer.h>
-
-G_BEGIN_DECLS
-
-typedef struct _GstAudioFilter GstAudioFilter;
-typedef struct _GstAudioFilterClass GstAudioFilterClass;
-
-#define GST_TYPE_AUDIO_FILTER \
- (gst_audio_filter_get_type())
-#define GST_AUDIO_FILTER(obj) \
- (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_FILTER,GstAudioFilter))
-#define GST_AUDIO_FILTER_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_AUDIO_FILTER,GstAudioFilterClass))
-#define GST_IS_AUDIO_FILTER(obj) \
- (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_AUDIO_FILTER))
-#define GST_IS_AUDIO_FILTER_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_AUDIO_FILTER))
-
-/**
- * GstAudioFilter:
- * @basetransform: Element parent class
- *
- * Base class for audio filters with the same format for input and output.
- *
- * Since: 0.10.12
- */
More information about the commits
mailing list