Commit Graph

7541 Commits

Author SHA1 Message Date
Stein Magnus Jodal
a0714455cd gst1: Use methods to get struct fields 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
1b47b6341e gst1: Replace message_new_application() with Message.new_application() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
7c473eed07 gst1: Replace MESSAGE_* with MessageType.* 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
3c2f83f6a6 gst1: Replace Gst.URI_SRC with Gst.URIType.SRC 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
bd077591d0 gst1: Replace element_make_from_uri() with Element.make_from_uri() 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
1007d42dd1 gst1: GLib.get_system_config_dirs() now returns a list 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
2920f83065 gst1: Replace decodebin2 with decodebin 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
aa3650bf34 gst1: Update query_new_duration() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
6c59205efe gst1: Replace 'struct[x] = y' with 'struct.set_value(x, y)' 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
01bf8b773f gst1: Replace buffer.timestamp with buffer.pts 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
e402c9816c gst1: Replace get_caps() with query_caps() 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
ab24222eb6 gst1: Replace gst.element_link_many() 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
1d269af210 gst1: Call Gst.init() and remove sys.argv hack
GStreamer no longer use sys.argv directly. If you want GStreamer to
handle command line arguments, you must pass them explicitly to
Gst.init().
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
Stein Magnus Jodal
2232260d1b tests: Fix typo, don't use deprecated API 2016-01-31 07:50:43 +01:00
Stein Magnus Jodal
adb260af05 Merge branch 'release-1.1' into develop
Fixes #1400
2016-01-31 07:47:47 +01:00
Jens Luetjen
cfc2d59c82 Add a TODO for missing tracks in shuffled playlist 2016-01-30 13:51:16 +01:00
Jens Luetjen
2b3b2e5808 Add a docstring to 'setup' and 'teardown'
Inform that 'setup' and 'teardown' are for internally use only.
2016-01-30 13:38:29 +01:00
Jens Luetjen
2401229871 Catch backend exceptions with a helper function 2016-01-30 13:13:38 +01:00
Thomas Adamcik
7521284ee5 Merge pull request #1415 from tkem/fix/1410
Fix #1410: Link mopidy-local-{images,sqlite} to mopidy repo.
2016-01-28 21:18:30 +01:00
Thomas Kemmer
d139100261 Fix #1410: Link mopidy-local-{images,sqlite} to mopidy repo. 2016-01-28 21:07:51 +01:00
Jens Luetjen
3647df61c8 More stability if a backend rejects tracks
- Catch exceptions raised by backend inside 'PlaybackProvider.change_track'
- Avoid endless loop if 'repeat' is 'true' and not a single track is playable
2016-01-24 17:58:44 +01:00
Jens Luetjen
e434556048 Merge branch 'develop' of https://github.com/mopidy/mopidy into fix/310-persist-mopidy-state-between-runs
Conflicts:
	docs/changelog.rst
	mopidy/audio/scan.py

Resoved conflict.
2016-01-21 19:33:58 +01:00
John Cass
dc1b5db4a7 Merge pull request #1406 from jcass77/fix/1402_track_playback_ended
Missing changelog entries for PR #1403
2016-01-21 09:37:42 +02:00
John Cass
b9e5970a5e Merge pull request #1405 from jcass77/fix/503_test_docs
Fix typo in code sample
2016-01-21 09:37:02 +02:00
jcass
2b8cd9f24f fix:add reference to PR in changelog. 2016-01-21 05:59:57 +02:00
jcass
2fcbc691c0 fix:add changelog entry and fix line indentation. 2016-01-21 05:55:37 +02:00
jcass
c55a82b150 docs:fix syntax error in code sample. 2016-01-21 05:38:09 +02:00
Stein Magnus Jodal
88e9a12f02 Merge pull request #1403 from jcass77/fix/1402_track_playback_ended
Fix track_playback_ended event in consume mode
2016-01-20 20:43:06 +01:00
jcass
dee7eb7e20 tests:fix pep8 violation. 2016-01-20 15:55:02 +02:00
jcass
5f6a151604 Merge remote-tracking branch 'upstream/develop' into fix/1402_track_playback_ended 2016-01-20 15:54:07 +02:00
jcass
239a7be708 fix: ensure that tl_track information is included in event trigger when consume mode is enabled. 2016-01-20 15:41:58 +02:00