mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
applemedia: fix gst_buffer_get_core_media_meta macro
This commit is contained in:
parent
73bcf51f9f
commit
ad2d6be695
1 changed files with 2 additions and 1 deletions
|
@ -25,9 +25,10 @@
|
|||
#include "coremediactx.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_CORE_MEDIA_META_API_TYPE (gst_core_media_meta_api_get_type())
|
||||
#define gst_buffer_get_core_media_meta(b) \
|
||||
((GstCoreVideoMeta*)gst_buffer_get_meta((b),GST_CORE_MEDIA_META_API_TYPE))
|
||||
((GstCoreMediaMeta*)gst_buffer_get_meta((b),GST_CORE_MEDIA_META_API_TYPE))
|
||||
|
||||
typedef struct _GstCoreMediaMeta
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue