diff --git a/ChangeLog b/ChangeLog index 73503b07eb..79f74c0e74 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 668c3f0b72..081a00a5e2 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 668c3f0b72d50813c30eb04be7048f638037c571 +Subproject commit 081a00a5e25d069b15bb7f6092c8f951462cd8eb diff --git a/gst/Makefile.am b/gst/Makefile.am index 600796e8a4..93522195dc 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 05120bc1be..a034b97610 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 4c14a5a283..df7747dfbe 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