Commit Graph

199 Commits

Author SHA1 Message Date
Stein Magnus Jodal
226c937ffc gst1: Tune log messages 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
812e53b895 gst1: Replace parse_new_segment() with parse_segment()
Fixes 4 unit tests
2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
eb4c742015 gst1: Run gst.init() if needed everywhere using Gst 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
ce198ba9f8 gst1: Update pad probe callback to match new signature 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
29a194cb55 gst1: Use new API for TagList creation 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
3e4bd16be2 gst1: Replace playbin-stream-changed with Gst.MessageType.STREAM_START 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
3792b8c900 gst1: Use Gst.CLOCK_TIME_NONE to block for state changes in tests 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
da19c8be56 gst1: on_new_segment() gets a Segment struct 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
01cf013b09 gst1: Update query_position() usage 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
5277ad5ff5 gst1: Update get_enum() to include enum type it expects 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
ee99bedf39 gst1: Gst.Bin() no longer takes a name 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
ef40854b86 gst1: Update index into query_position() result 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
3765e90bc7 gst1: Replace DEBUG_BIN_TO_DOT_FILE with debug_bin_to_dot_file 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
ee51983cfd gst1: Replace TagList() with TagList.new_empty() 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
6c9e2d4d34 gst1: Add timeout to get_state() 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
8a846b8605 gst1: Replace EVENT_* with EventType.* 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
3d98a77a3c gst1: Replace FLOW_* with FlowReturn.* 2016-01-31 21:07:16 +01:00
Stein Magnus Jodal
f95e307ba0 gst1: Replace BUS_DROP with BusSyncReply.DROP 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
e6a4042c3e gst1: Replace message.structure with message.get_structure() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
1911ea0c10 gst1: Replace STATE_CHANGE_* with StateChangeReturn.* 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
e621d8055a gst1: Replace gst.pbutils with GstPbutils 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
67f4d57964 gst1: Replace MESSAGE_* with MessageType.* 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
9c0547d039 gst1: Replace {add,remove}_event_probe() with {add,remove}_event() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
3f8ebc83c1 gst1: Replace ghost_unconnected_pads with ghost_unlinked_pads 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
38bcdae1bf gst1: Replace RANK_SECONDARY with Rank.SECONDARY 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
a2b009c581 gst1: Replace TYPE_ELEMENT_FACTORY with ElementFactory 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
8aad1d1846 gst1: Replace registry_get_default() with registry.get() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
63750d28fb gst1: Replace playbin2 with playbin 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
c8ad7e3a41 gst1: Replace Caps() with Caps.from_string()
And audio/x-raw-int and audio/x-raw-float with audio/x-raw
2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
1cf450940a gst1: Replace get_pad() with get_static_pad() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
8e771e8970 gst1: Update GhostPad() with GhostPad.new() 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
5d6981d70e gst1: Update FORMAT_* with Format.* 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
74cf32ede2 gst1: Update SEEK_FLAG_* with SeekFlags.* 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
dfaed1e4c2 gst1: Replace STATE_* with State.* 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
f00f24ffde gst1: Replace element_factory_make() with ElementFactory.make() 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
8c82f4773f gst1: Update imports to use PyGI 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
d046974aaf gst1: Remove IcySrc
It was a workaround for icy:// support on GStreamer 0.10.
2016-01-31 21:07:14 +01:00
Thomas Adamcik
a9a2cdcb9d audio: Never run about-to-finish from audio actor 2015-10-07 22:59:57 +02:00
Stein Magnus Jodal
c0e9593a0b audio: Remove playlist elements 2015-07-25 14:47:00 +02:00
Stein Magnus Jodal
1a2cb8f6b5 audio: Move IcySrc out of playlist module 2015-07-25 14:47:00 +02:00
Stein Magnus Jodal
d8bcd7f273 Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
Stein Magnus Jodal
b4a6a4da7f Merge branch 'v1.0.x' into develop 2015-04-30 08:44:10 +02:00
Thomas Adamcik
7938ef48ed audio: Stop tweaking tee queue sizes 2015-04-29 21:27:57 +02:00
Stein Magnus Jodal
97c336200b Merge branch 'v1.0.x' into develop 2015-04-28 00:02:26 +02:00
Thomas Adamcik
55e50ae5d2 audio: Switch to time based buffering in tee branches 2015-04-27 22:55:21 +02:00
Stein Magnus Jodal
6a97ffa012 Merge branch 'v1.0.x' into develop
Conflicts:
	docs/changelog.rst
2015-04-26 23:50:50 +02:00
Thomas Adamcik
e53bf56115 audio: Make sure software mixer emits mute events.
Turns out that gobject.GObject.set_property does not have a return value.
2015-04-26 23:16:51 +02:00
Thomas Adamcik
b80361ccb2 audio: Increase per tee branch buffer size. Fixes #1147 2015-04-26 23:07:10 +02:00
Stein Magnus Jodal
f85ea2a39d flake8: Fix new import order warnings
(cherry picked from commit 71ab9733c7)
2015-04-12 23:05:53 +02:00
Stein Magnus Jodal
71ab9733c7 flake8: Fix new import order warnings 2015-04-12 23:03:46 +02:00