summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2010-04-30 13:41:17 +0530
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-30 13:09:28 +0100
commitc77f88cac675a1dbb89e40da8e3c28320523bfca (patch)
tree47790a61465de1fd4826baa513d2359e464bbf1c /win32
parent78b2ab608bf4b443e333caf3e809fdfa222a3966 (diff)
pbutils: add codec-specific utility functions for AAC
This allows us to add generic codec-specific functionality, like extracting profile/level data from headers, without having to duplicate code across demuxers and typefindfunctions. As a starting point, this moves over AAC level extraction code from typefindfunctions, so it can be reused in qtdemux, etc. https://bugzilla.gnome.org/show_bug.cgi?id=617314 API: gst_codec_utils_aac_get_sample_rate_from_index() API: gst_codec_utils_aac_get_level()
Diffstat (limited to 'win32')
-rw-r--r--win32/common/libgstpbutils.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/common/libgstpbutils.def b/win32/common/libgstpbutils.def
index c3435f4f5..87ce1279f 100644
--- a/win32/common/libgstpbutils.def
+++ b/win32/common/libgstpbutils.def
@@ -1,4 +1,7 @@
EXPORTS
+ gst_codec_utils_aac_caps_set_level
+ gst_codec_utils_aac_get_level
+ gst_codec_utils_aac_get_sample_rate_from_index
gst_discoverer_audio_info_get_bitrate
gst_discoverer_audio_info_get_channels
gst_discoverer_audio_info_get_depth