diff options
author | Thiago Santos <thiagoss@osg.samsung.com> | 2015-08-15 08:18:59 -0300 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2015-08-15 13:44:35 -0300 |
commit | d19f34722313dea3d4e1d13e914d89236c83e2e0 (patch) | |
tree | ff7471073d6f4aba70f6263dfc364b7a95b1ae84 /win32 | |
parent | c63db0e10490ff521a00fbe86414c3c8fb8b45b0 (diff) |
Revert "audiodecoder: expose default query handling function"
Apparently I forgot how gobject works, there is no need to expose
it directly as one can call it from the parent_class pointer
This reverts commit 8a64592481dab985ca520a5b1cb394a609275c60.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstaudio.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/common/libgstaudio.def b/win32/common/libgstaudio.def index 8ef663ea4..93031a009 100644 --- a/win32/common/libgstaudio.def +++ b/win32/common/libgstaudio.def @@ -68,7 +68,6 @@ EXPORTS gst_audio_decoder_set_plc_aware gst_audio_decoder_set_tolerance gst_audio_decoder_set_use_default_pad_acceptcaps - gst_audio_decoder_sink_query_default gst_audio_downmix_meta_api_get_type gst_audio_downmix_meta_get_info gst_audio_encoder_allocate_output_buffer |