diff --git a/ChangeLog b/ChangeLog index 62871909c9..d5680b39e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-06-07 Sebastien Moutte + + * gst-libs/gst/rtp/gstbasertpdepayload.c: + (gst_base_rtp_depayload_set_gst_timestamp): + Use G_GINT64_CONSTANT macro for int64 constant. + * win32/common/libgstinterfaces.def: + * win32/common/libgsttag.def: + Add new exported functions. + 2007-06-07 Tim-Philipp Müller * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers): diff --git a/gst-libs/gst/rtp/gstbasertpdepayload.c b/gst-libs/gst/rtp/gstbasertpdepayload.c index cf8e4faa25..dae4a8fb6f 100644 --- a/gst-libs/gst/rtp/gstbasertpdepayload.c +++ b/gst-libs/gst/rtp/gstbasertpdepayload.c @@ -507,7 +507,7 @@ gst_base_rtp_depayload_set_gst_timestamp (GstBaseRTPDepayload * filter, if (diff > G_MAXINT32) { /* timestamp went backwards more than allowed, we wrap around and get * updated extended timestamp. */ - priv->ts_wraparound += (1LL << 32); + priv->ts_wraparound += (G_GINT64_CONSTANT (1) << 32); exttimestamp = timestamp + priv->ts_wraparound; } priv->prev_timestamp = exttimestamp; diff --git a/win32/common/libgstinterfaces.def b/win32/common/libgstinterfaces.def index 92dc998c32..d27c9ff408 100644 --- a/win32/common/libgstinterfaces.def +++ b/win32/common/libgstinterfaces.def @@ -8,6 +8,7 @@ EXPORTS gst_color_balance_value_changed gst_mixer_get_option gst_mixer_get_type + gst_mixer_get_volume gst_mixer_list_tracks gst_mixer_mute_toggled gst_mixer_option_changed @@ -17,6 +18,7 @@ EXPORTS gst_mixer_set_mute gst_mixer_set_option gst_mixer_set_record + gst_mixer_set_volume gst_mixer_track_flags_get_type gst_mixer_track_get_type gst_mixer_type_get_type @@ -24,7 +26,10 @@ EXPORTS gst_navigation_send_event gst_navigation_send_key_event gst_navigation_send_mouse_event + gst_property_probe_get_properties + gst_property_probe_get_property gst_property_probe_get_type + gst_property_probe_get_values_name gst_property_probe_needs_probe_name gst_property_probe_probe_property_name gst_tuner_channel_changed @@ -46,6 +51,11 @@ EXPORTS gst_tuner_set_norm gst_tuner_signal_changed gst_tuner_signal_strength + gst_video_orientation_get_type + gst_video_orientation_set_hcenter + gst_video_orientation_set_hflip + gst_video_orientation_set_vcenter + gst_video_orientation_set_vflip gst_x_overlay_expose gst_x_overlay_get_type gst_x_overlay_got_xwindow_id diff --git a/win32/common/libgsttag.def b/win32/common/libgsttag.def index f4ecc900b3..3a00703992 100644 --- a/win32/common/libgsttag.def +++ b/win32/common/libgsttag.def @@ -1,4 +1,5 @@ EXPORTS + gst_tag_freeform_string_to_utf8 gst_tag_from_id3_tag gst_tag_from_id3_user_tag gst_tag_id3_genre_get