Age | Commit message (Collapse) | Author | Files | Lines |
|
#152102, #152247.
Original commit message from CVS:
Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
#151887, #152102, #152247.
* examples/indexing/indexmpeg.c: 64-bit warning fixes.
* examples/seeking/cdparanoia.c: same
* examples/seeking/cdplayer.c: same
* examples/seeking/seek.c: same
* examples/seeking/spider_seek.c: same
* examples/seeking/vorbisfile.c: same
* examples/stats/mp2ogg.c: same
* ext/esd/esdsink.c: (gst_esdsink_class_init),
(gst_esdsink_dispose): Dispose of element properly.
* ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
fixes.
* ext/nas/nassink.c: (gst_nassink_class_init),
(gst_nassink_dispose): Dispose of element correctly.
* gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
(gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
Fix 64-bit warning.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
(gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
Fix 64-bit warning.
|
|
Original commit message from CVS:
* examples/seeking/seek.c: (update_scale), (main):
* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
(gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
(gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
(gst_decode_bin_init), (gst_decode_bin_dispose),
(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
(no_more_pads), (close_link), (type_found),
(gst_decode_bin_set_property), (gst_decode_bin_get_property),
(plugin_init):
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
(gst_play_base_bin_class_init), (gst_play_base_bin_init),
(gst_play_base_bin_dispose), (queue_overrun),
(gen_preroll_element), (remove_prerolls), (unknown_type),
(no_more_pads), (new_stream), (setup_source),
(gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
(play_base_eos), (gst_play_base_bin_change_state),
(gst_play_base_bin_add_element),
(gst_play_base_bin_remove_element),
(gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
(gst_play_base_bin_unlink_stream),
(gst_play_base_bin_get_streaminfo):
* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element):
* gst/playback/gststreaminfo.h:
More playback updates, attempt to fix things after the state change
breakage.
|
|
Original commit message from CVS:
Make sure the widget gets updated even if the slider value doesn't change.
|
|
Original commit message from CVS:
Make Johan happy.
|
|
Original commit message from CVS:
* examples/seeking/seek.c: (iterate):
Don't consume all CPU in the idle loop.
|
|
Original commit message from CVS:
* examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
(make_mpeg_pipeline), (make_mpegnt_pipeline),
(make_playerbin_pipeline), (query_durations_elems),
(query_durations_pads), (query_positions_elems),
(query_positions_pads), (update_scale), (iterate), (stop_seek),
(main):
Added playbin seeking example.
|
|
Original commit message from CVS:
don't mix tabs and spaces
|
|
Original commit message from CVS:
gst-indent
|
|
Original commit message from CVS:
Merge CAPS branch
|
|
Original commit message from CVS:
Add static version of removed gsT_element_factory_make_or_warn()
|
|
Original commit message from CVS:
Nothing in this directory actually uses Freetype
|
|
Original commit message from CVS:
- removed UNITS
|
|
Original commit message from CVS:
removed UNITS
|
|
Original commit message from CVS:
fix compile error
|
|
Original commit message from CVS:
- Cleanups
- remove old tracing API calls
|
|
Original commit message from CVS:
more link fixes
|
|
please refrain of making them yourself, so t...
Original commit message from CVS:
another batch of connect->link fixes
please let me know about issues
and please refrain of making them yourself, so that I don't spend double
the time resolving conflicts
|
|
Original commit message from CVS:
exciting .cvsignore updates!
|
|
Original commit message from CVS:
Fix plugins for new query API
|
|
Original commit message from CVS:
Updated test app
|
|
Original commit message from CVS:
Small cleanups
|
|
Original commit message from CVS:
update to new structure
|
|
Original commit message from CVS:
separating tags and metadata
|
|
Original commit message from CVS:
Added vorbis stream info extraction example
|
|
Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS
|
|
Original commit message from CVS:
- Show how to do stream position feedback
- Show how to do some more seeking
|
|
Original commit message from CVS:
Added little test apps for cdplayer and cdparanoia
|
|
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
|
|
Original commit message from CVS:
add #include <stdlib.h> where needed
|
|
Original commit message from CVS:
Some small updates
|
|
Original commit message from CVS:
Various updates to the new event API
|
|
Original commit message from CVS:
Add DV seeking example
|
|
colorspace without activating it use _many fun...
Original commit message from CVS:
use _or_warn to notify when failing to create elements
adding code for colorspace without activating it
use _many functions for mpeg
|
|
Original commit message from CVS:
Added mod
|
|
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
|
|
Original commit message from CVS:
Some cleanups, add modplug seeking example.
|
|
Original commit message from CVS:
Added -t option to run the toplevel pipeline as a thread
|
|
Original commit message from CVS:
Add queues to spider
report current time as taken from the clock
|
|
Original commit message from CVS:
Added wav test to seek.c
Added an example of element query/seek using spider
|
|
Original commit message from CVS:
Seek on the queue in mp3, added flac seeking test
|
|
Original commit message from CVS:
Fix the compile error
|
|
Original commit message from CVS:
fixing *wtay*'s code
|
|
Original commit message from CVS:
moving stuff
|