summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2012-03-02 08:13:10 +0100
committerAlessandro Decina <alessandro.d@gmail.com>2012-03-03 19:04:36 +0100
commit42dd6a145aa41d8b785665c3d1d32cdb72b58f97 (patch)
tree0a805027e072c2527b6db3702009da108a39cdc0
parentea4a0d1c2de926dd9e08faa386653cc962d77e34 (diff)
downloadgstreamer-plugins-bad-42dd6a145aa41d8b785665c3d1d32cdb72b58f97.tar.gz
applemedia: update format description helper signature
Update the FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom signature to match the implementation on OSX Lion.
-rw-r--r--sys/applemedia/cmapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/applemedia/cmapi.h b/sys/applemedia/cmapi.h
index a75352a07..0c1b74f54 100644
--- a/sys/applemedia/cmapi.h
+++ b/sys/applemedia/cmapi.h
@@ -134,7 +134,7 @@ struct _GstCMApi
CFDictionaryRef extensions, CMFormatDescriptionRef * desc);
OSStatus (* FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom)
(CFAllocatorRef allocator, UInt32 formatId, UInt32 width, UInt32 height,
- UInt32 atomId, const UInt8 * data, CFIndex len,
+ UInt32 atomId, const UInt8 * data, CFIndex len, void *unk1,
CMFormatDescriptionRef * formatDesc);
CMVideoDimensions (* CMVideoFormatDescriptionGetDimensions) (
const CMFormatDescriptionRef desc);