From 43a120bc573a1391d41f6c8630c200dc9ffdf0dd Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 3 Mar 2008 23:59:45 +0000 Subject: [PATCH] gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice Original commit message from CVS: * gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice * win32/common/libgstinterfaces.def: * win32/common/libgstrtp.def: Add new API to the defs --- ChangeLog | 10 ++++++++++ common | 2 +- gst/Makefile.am | 3 +-- win32/common/libgstinterfaces.def | 3 +++ win32/common/libgstrtp.def | 1 + 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73503b0..79f74c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-03-03 Jan Schmidt + + * gst/Makefile.am: + GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean + them twice + + * win32/common/libgstinterfaces.def: + * win32/common/libgstrtp.def: + Add new API to the defs + 2008-03-03 Peter Kjellerstedt Patch by: Mersad Jelacic diff --git a/common b/common index 668c3f0..081a00a 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 668c3f0b72d50813c30eb04be7048f638037c571 +Subproject commit 081a00a5e25d069b15bb7f6092c8f951462cd8eb diff --git a/gst/Makefile.am b/gst/Makefile.am index 600796e..9352219 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -1,3 +1,2 @@ SUBDIRS = $(GST_PLUGINS_SELECTED) -DIST_SUBDIRS = $(GST_PLUGINS_ALL) subparse tcp - +DIST_SUBDIRS = $(GST_PLUGINS_ALL) diff --git a/win32/common/libgstinterfaces.def b/win32/common/libgstinterfaces.def index 05120bc..a034b97 100644 --- a/win32/common/libgstinterfaces.def +++ b/win32/common/libgstinterfaces.def @@ -15,13 +15,16 @@ EXPORTS gst_mixer_message_get_type gst_mixer_message_parse_mute_toggled gst_mixer_message_parse_option_changed + gst_mixer_message_parse_options_list_changed gst_mixer_message_parse_record_toggled gst_mixer_message_parse_volume_changed gst_mixer_message_type_get_type + gst_mixer_mixer_changed gst_mixer_mute_toggled gst_mixer_option_changed gst_mixer_options_get_type gst_mixer_options_get_values + gst_mixer_options_list_changed gst_mixer_record_toggled gst_mixer_set_mute gst_mixer_set_option diff --git a/win32/common/libgstrtp.def b/win32/common/libgstrtp.def index 4c14a5a..df7747d 100644 --- a/win32/common/libgstrtp.def +++ b/win32/common/libgstrtp.def @@ -6,6 +6,7 @@ EXPORTS gst_base_rtp_audio_payload_set_frame_options gst_base_rtp_audio_payload_set_sample_based gst_base_rtp_audio_payload_set_sample_options + gst_base_rtp_audio_payload_set_samplebits_options gst_base_rtp_depayload_get_type gst_base_rtp_depayload_push gst_base_rtp_depayload_push_ts -- 2.7.4