mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
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
This commit is contained in:
parent
ed814cbaed
commit
43a120bc57
5 changed files with 16 additions and 3 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* 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 <pkj@axis.com>
|
2008-03-03 Peter Kjellerstedt <pkj@axis.com>
|
||||||
|
|
||||||
Patch by: Mersad Jelacic <mersad at axis dot com>
|
Patch by: Mersad Jelacic <mersad at axis dot com>
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 668c3f0b72d50813c30eb04be7048f638037c571
|
Subproject commit 081a00a5e25d069b15bb7f6092c8f951462cd8eb
|
|
@ -1,3 +1,2 @@
|
||||||
SUBDIRS = $(GST_PLUGINS_SELECTED)
|
SUBDIRS = $(GST_PLUGINS_SELECTED)
|
||||||
DIST_SUBDIRS = $(GST_PLUGINS_ALL) subparse tcp
|
DIST_SUBDIRS = $(GST_PLUGINS_ALL)
|
||||||
|
|
||||||
|
|
|
@ -15,13 +15,16 @@ EXPORTS
|
||||||
gst_mixer_message_get_type
|
gst_mixer_message_get_type
|
||||||
gst_mixer_message_parse_mute_toggled
|
gst_mixer_message_parse_mute_toggled
|
||||||
gst_mixer_message_parse_option_changed
|
gst_mixer_message_parse_option_changed
|
||||||
|
gst_mixer_message_parse_options_list_changed
|
||||||
gst_mixer_message_parse_record_toggled
|
gst_mixer_message_parse_record_toggled
|
||||||
gst_mixer_message_parse_volume_changed
|
gst_mixer_message_parse_volume_changed
|
||||||
gst_mixer_message_type_get_type
|
gst_mixer_message_type_get_type
|
||||||
|
gst_mixer_mixer_changed
|
||||||
gst_mixer_mute_toggled
|
gst_mixer_mute_toggled
|
||||||
gst_mixer_option_changed
|
gst_mixer_option_changed
|
||||||
gst_mixer_options_get_type
|
gst_mixer_options_get_type
|
||||||
gst_mixer_options_get_values
|
gst_mixer_options_get_values
|
||||||
|
gst_mixer_options_list_changed
|
||||||
gst_mixer_record_toggled
|
gst_mixer_record_toggled
|
||||||
gst_mixer_set_mute
|
gst_mixer_set_mute
|
||||||
gst_mixer_set_option
|
gst_mixer_set_option
|
||||||
|
|
|
@ -6,6 +6,7 @@ EXPORTS
|
||||||
gst_base_rtp_audio_payload_set_frame_options
|
gst_base_rtp_audio_payload_set_frame_options
|
||||||
gst_base_rtp_audio_payload_set_sample_based
|
gst_base_rtp_audio_payload_set_sample_based
|
||||||
gst_base_rtp_audio_payload_set_sample_options
|
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_get_type
|
||||||
gst_base_rtp_depayload_push
|
gst_base_rtp_depayload_push
|
||||||
gst_base_rtp_depayload_push_ts
|
gst_base_rtp_depayload_push_ts
|
||||||
|
|
Loading…
Reference in a new issue