mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
ext/faad/gstfaad.c: Sign/unsign mismatch.
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_event): Sign/unsign mismatch. * configure.ac: * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init), (gst_qtdemux_init), (gst_qtdemux_get_src_query_types), (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event), (plugin_init), (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state), (gst_qtdemux_loop_header), (qtdemux_sink_activate), (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps): * gst/qtdemux/qtdemux.h: Half-assed port (hey, it works).
This commit is contained in:
parent
50fd4cbab8
commit
a0a757d416
2 changed files with 18 additions and 0 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2005-08-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/faad/gstfaad.c: (gst_faad_event):
|
||||
Sign/unsign mismatch.
|
||||
* configure.ac:
|
||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
|
||||
(gst_qtdemux_init), (gst_qtdemux_get_src_query_types),
|
||||
(gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
|
||||
(plugin_init), (gst_qtdemux_handle_sink_event),
|
||||
(gst_qtdemux_change_state), (gst_qtdemux_loop_header),
|
||||
(qtdemux_sink_activate), (qtdemux_sink_activate_pull),
|
||||
(gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
|
||||
(qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
|
||||
* gst/qtdemux/qtdemux.h:
|
||||
Half-assed port (hey, it works).
|
||||
|
||||
2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
|
||||
|
|
|
@ -295,6 +295,7 @@ GST_PLUGINS_ALL="\
|
|||
goom \
|
||||
law \
|
||||
level \
|
||||
qtdemux \
|
||||
realmedia \
|
||||
rtp \
|
||||
rtsp \
|
||||
|
@ -618,6 +619,7 @@ gst/udp/Makefile
|
|||
gst/videobox/Makefile
|
||||
gst/videofilter/Makefile
|
||||
ext/jpeg/Makefile
|
||||
gst/qtdemux/Makefile
|
||||
gst/wavparse/Makefile
|
||||
gst-libs/Makefile
|
||||
gst-libs/gst/Makefile
|
||||
|
|
Loading…
Reference in a new issue