summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtp/gstrtppayloads.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/rtp/gstrtppayloads.h')
-rw-r--r--gst-libs/gst/rtp/gstrtppayloads.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/rtp/gstrtppayloads.h b/gst-libs/gst/rtp/gstrtppayloads.h
index d8d5478db..84f6c3cc3 100644
--- a/gst-libs/gst/rtp/gstrtppayloads.h
+++ b/gst-libs/gst/rtp/gstrtppayloads.h
@@ -24,6 +24,7 @@
#define __GST_RTPPAYLOADS_H__
#include <gst/gst.h>
+#include <gst/rtp/rtp-prelude.h>
G_BEGIN_DECLS
@@ -186,10 +187,10 @@ struct _GstRTPPayloadInfo
gpointer _gst_reserved[GST_PADDING];
};
-GST_EXPORT
+GST_RTP_API
const GstRTPPayloadInfo * gst_rtp_payload_info_for_pt (guint8 payload_type);
-GST_EXPORT
+GST_RTP_API
const GstRTPPayloadInfo * gst_rtp_payload_info_for_name (const gchar *media, const gchar *encoding_name);
G_END_DECLS