Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-21 | streamsynchronizer: Make the element public | Sebastian Dröge | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=688240 | |||||
2012-11-03 | Fix FSF address | Tim-Philipp Müller | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=687520 | |||||
2012-04-05 | gst: Update for GST_PLUGIN_DEFINE() API change | Sebastian Dröge | 1 | -1/+1 | |
2011-11-09 | remove streamselector | Wim Taymans | 1 | -5/+0 | |
It was only used by playbin, which is gone now | |||||
2011-06-15 | playback: merge playbin and decodebin plugins into one single playback ↵ | Tim-Philipp Müller | 1 | -0/+3 | |
plugin again | |||||
2011-06-14 | playback: remove old playbin and decodebin elements | Tim-Philipp Müller | 1 | -4/+1 | |
2010-03-11 | Add -Wmissing-declarations -Wmissing-prototypes to warning flags | Benjamin Otte | 1 | -4/+2 | |
Includes all the fixes necessary to make stuff compile again. | |||||
2009-11-12 | subtitleoverlay: Add new element for generic subtitle overlaying | Sebastian Dröge | 1 | -0/+2 | |
This autopluggs the required elements for parsing and rendering different subtitle formats on a video stream. Fixes bug #600370. | |||||
2009-09-14 | playback: Register playsink as an element. | Edward Hervey | 1 | -0/+2 | |
This allows using playsink from outside the playback plugin. Add code to be able to request the sink pads using standard GStreamer API. TODO : expose GObject properties/signals. | |||||
2008-08-07 | Make sure gettext returns translations in UTF-8 encoding rather than in the ↵ | Frederic Crozat | 1 | -0/+1 | |
current locale encoding (#546822). Original commit message from CVS: Patch by: Frederic Crozat <fcrozat@mandriva.org> * ext/alsa/gstalsaplugin.c: (plugin_init): * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init): * ext/gnomevfs/gstgnomevfs.c: (plugin_init): * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init): * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init): * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init): * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal): * gst/playback/gstdecodebin.c: (plugin_init): * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init): * gst/playback/gstplayback.c: (plugin_init): * gst/playback/gstqueue2.c: (plugin_init): * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init): * sys/v4l/gstv4l.c: (plugin_init): Make sure gettext returns translations in UTF-8 encoding rather than in the current locale encoding (#546822). | |||||
2008-04-06 | gst/: Work around missing bits of thread-safety on older GLibs some more to ↵ | Tim-Philipp Müller | 1 | -0/+8 | |
avoid assertions when starting up multipl... Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_class_init): * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_class_init): * gst/playback/gstplayback.c: (plugin_init): * gst/volume/gstvolume.c: (plugin_init): Work around missing bits of thread-safety on older GLibs some more to avoid assertions when starting up multiple playbin objects concurrently (see #512382). | |||||
2007-11-16 | gst/playback/: Add playbin2. | Wim Taymans | 1 | -0/+56 | |
Original commit message from CVS: * gst/playback/Makefile.am: * gst/playback/gstplayback.c: (plugin_init): * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb), (eos_cb), (about_to_finish_cb), (main): Add playbin2. Added gapless playback example. * gst/playback/gstplaybasebin.c: * gst/playback/gstplaybasebin.h: * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init): * gst/playback/gstqueue2.c: * gst/playback/test.c: * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init), (pad_removed_cb): * gst/playback/gststreaminfo.h: Change email. * gst/playback/gstplaybin2.c: (gst_play_bin_get_type), (gst_play_bin_class_init), (init_group), (gst_play_bin_init), (gst_play_bin_dispose), (gst_play_bin_set_uri), (gst_play_bin_set_suburi), (gst_play_bin_set_property), (gst_play_bin_get_property), (gst_play_bin_handle_message), (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos), (drained_cb), (unlink_group), (activate_group), (setup_next_source), (gst_play_bin_change_state), (gst_play_bin2_plugin_init): Added raw first version of playbin2. Does chained oggs and gapless playback fine. No support for raw sinks yet. No visualisations or subtitles yet. * gst/playback/gstplaysink.c: (gst_play_sink_get_type), (gst_play_sink_class_init), (gst_play_sink_init), (gst_play_sink_dispose), (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink), (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin), (gst_play_sink_set_property), (gst_play_sink_get_property), (post_missing_element_message), (free_chain), (add_chain), (activate_chain), (gen_video_chain), (gen_text_element), (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode), (gst_play_sink_set_mode), (gst_play_sink_request_pad), (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink), (gst_play_sink_send_event), (gst_play_sink_change_state): * gst/playback/gstplaysink.h: Added Element that abstracts the sinks and their pipelines for playbin2. |