commit c666edbd117d509b4ea9425b94cfb69662aacccf Author: Bastien Nocera Date: Mon Dec 19 21:40:19 2011 +0100 3.3.3 NEWS | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) commit 594bd021bf93a3060702508ed0513b50cadc2ab2 Author: Bastien Nocera Date: Mon Dec 19 22:27:11 2011 +0100 build: Disable zeitgeist plugin Stop writing real software with toy languages. It never compiles when I need it to, and it pisses me off. configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5dac80af167ae1e294a37ab8e6318b4df66e7735 Author: Bastien Nocera Date: Mon Dec 19 22:03:50 2011 +0100 build: We don't xmldocs.make and omf.make anymore Makefile.am | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 71408a90d504b666c74e81260e8761387dc64ce5 Author: Estêvão Samuel Procópio Date: Sun Dec 18 19:29:41 2011 -0200 totem-options: Should not free commands list data. In totem_options_process_for_server the commands GList holds integers and freeing those integers leads to a segfault. Only the GList needs to be freed. Closes: bgo#666431 src/totem-options.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ef06f5d853bc6eff433cf78227f0509246103a01 Author: Tim-Philipp Müller Date: Fri Dec 16 01:50:02 2011 +0000 bacon-video-widget: fix get_metadata for BVW_INFO_COVER Must init the GValue before putting stuff into it. Makes coverart display work again and fixes g_value_take_object() warnings spew. src/backend/bacon-video-widget-gst-0.10.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit e2b73297118e07c69f60cc74f6955a4a82a398a9 Author: Bastien Nocera Date: Tue Dec 6 19:17:13 2011 +0000 browser-plugin: Actually, just enable it Distributions can split it out if they want to... browser-plugin/Makefile.am | 4 ---- browser-plugin/browser-plugins.ini | 5 ----- 2 files changed, 0 insertions(+), 9 deletions(-) commit eeb1a65ecdbb554c451c705ec7a090a00bd96f06 Author: Bastien Nocera Date: Tue Dec 6 11:08:35 2011 +0000 browser-plugin: Build vegas plugin by default But disable its use through the browser-plugins.ini file instead. browser-plugin/Makefile.am | 4 ++++ browser-plugin/browser-plugins.ini | 5 +++++ configure.in | 2 +- 3 files changed, 10 insertions(+), 1 deletions(-) commit de3db02defcdc94573df12b88f42950b83f2087b Author: Bastien Nocera Date: Tue Dec 6 01:10:24 2011 +0100 browser-plugin: Add non-working Vegas test We would need to know about site-specific flashvars in Totem to make this work. If we want to make this work, we'd need to add functionality to quvi. browser-plugin/tests/12.html | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit d353aceb607bbbf81787bb958a27f3382fac67c5 Author: Bastien Nocera Date: Mon Dec 5 23:21:49 2011 +0100 browser-plugin: Use our own user-agent in Vegas Rather than re-using the web browser agent. This fixes vimeo playback, as the server refuses to serve the usual browser UA. browser-plugin/totemPlugin.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 24a7fba5003ead0f3d2b3822dfa0fb53f6b7a99e Author: Bastien Nocera Date: Mon Dec 5 22:51:31 2011 +0100 browser-plugin: Don't handle swf with no source Otherwise we end up loading those empties as if they were the main content for the page (which they cannot be). browser-plugin/totemPlugin.cpp | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) commit 21a00972a134659eaa48818770193238885a2655 Author: Bastien Nocera Date: Mon Dec 5 22:49:48 2011 +0100 browser-plugin: Don't handle small SWF in vegas browser-plugin/totemPlugin.cpp | 6 ++++++ browser-plugin/totemPlugin.h | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) commit 0430f43a176300e6c4e76d6e4aeda86788ce563d Author: Bastien Nocera Date: Mon Dec 5 22:47:07 2011 +0100 browser-plugin: Don't use percentage width If there's a percentage sign in the size, we don't actually know its size. browser-plugin/totemPlugin.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit c6c60c1b4e58f99309c0ebfbf43faf47a46f7c38 Author: Bastien Nocera Date: Sun Dec 4 16:47:30 2011 +0100 browser-plugin: Try to use the embed URI first browser-plugin/totemPlugin.cpp | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) commit bd1d1eb17478eb5ad61909c4005258238f7953a0 Author: Bastien Nocera Date: Sun Dec 4 16:39:50 2011 +0100 browser-plugin: Add new Vegas plugin Disabled by default. This plugin uses totem-pl-parser's quvi front-end to grab a real video URL for a particular embedded object. This allows playback without Flash for a number of popular video websites. Note that Totem doesn't contain any code specific to particular websites, as all the work is done in quvi's scripts. browser-plugin/Makefile.am | 21 +++++++++++++ browser-plugin/totem-plugin-viewer.c | 4 ++- browser-plugin/totemPlugin.cpp | 30 +++++++++++++++++++ browser-plugin/totemVegasPlugin.cpp | 54 ++++++++++++++++++++++++++++++++++ browser-plugin/totemVegasPlugin.h | 48 ++++++++++++++++++++++++++++++ configure.in | 12 +++++++ 6 files changed, 168 insertions(+), 1 deletions(-) commit aaf9c819977eef57e5d0c3107643ee0d02f96dbe Author: Bastien Nocera Date: Sun Dec 4 16:26:58 2011 +0100 browser-plugin: Don't check for success when stopping a stream Fixes a warning in some cases. browser-plugin/totemPlugin.cpp | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) commit baa50e4bf3b404225e1154a2caaa5ce47ac9c14a Author: Bastien Nocera Date: Sun Dec 4 16:26:31 2011 +0100 browser-plugin: Create a command queue earlier browser-plugin/totemPlugin.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f5e5ce98597b9544d3d835a36af099abfd6a7295 Author: Bastien Nocera Date: Sun Dec 4 16:25:03 2011 +0100 browser-plugin: Queue SetPlaylist calls browser-plugin/totemPlugin.cpp | 11 +++++++++++ browser-plugin/totemPlugin.h | 3 ++- 2 files changed, 13 insertions(+), 1 deletions(-) commit 08541cab1d667d5cf61f592cf64d261625b2d272 Author: Bastien Nocera Date: Sun Dec 4 16:23:55 2011 +0100 browser-plugin: Only delete copies we made Not random files that might not belong to us. browser-plugin/totem-plugin-viewer.c | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) commit 59ac0b69b84d200dcd73e887b652f41e9e151b59 Author: Bastien Nocera Date: Sun Dec 4 16:20:14 2011 +0100 browser-plugin: Don't try to copy non-existant local file If SetPlaylist is not passed a local filename (because there's no local file), then we shouldn't try to copy it. browser-plugin/totem-plugin-viewer.c | 76 ++++++++++++++++++---------------- 1 files changed, 40 insertions(+), 36 deletions(-) commit 1da6bb45bf2b66c6fd5193a4ec2da403297ce653 Author: Bastien Nocera Date: Sun Dec 4 14:05:13 2011 +0100 main: Fix warning when getting out of fullscreen In the browser plugin. We don't actually need to be parented to create an OSD any more. src/totem-fullscreen.c | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) commit 9d692d5e68a26e08d90a10c9431f2230897ef749 Author: Bastien Nocera Date: Sun Dec 4 12:38:00 2011 +0100 browser-plugin: Make error logo work again browser-plugin/totem-plugin-viewer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2b28ef471e48b83712e2f448c21b029d526e65fc Author: Bastien Nocera Date: Sun Dec 4 12:29:53 2011 +0100 backend: Fix warnings in the browser plugin src/backend/bacon-video-widget-gst-0.10.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit b540d7983cdb63992cedf76fb88c91c8349afba3 Author: Bastien Nocera Date: Sun Dec 4 12:19:07 2011 +0100 lib: Fix possibly broken behaviour lib/totem-scrsaver.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e17d2593ab068ab6ff83a82f760b6df941ed8a73 Author: Bastien Nocera Date: Sun Dec 4 12:13:51 2011 +0100 browser-plugin: Make --g-fatal-warnings work again The GTK+/Clutter initialisation changes seems to have broken that... browser-plugin/totem-plugin-viewer.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 7f1252ba4df41057c6dcf84700145dadc826f15a Author: Bastien Nocera Date: Sun Dec 4 12:13:31 2011 +0100 browser-plugin: Not an error browser-plugin/totemPlugin.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit b83097b2e9a3590f0ab17f9c1b93b776a158432a Author: Bastien Nocera Date: Sun Dec 4 12:01:02 2011 +0100 browser-plugin: Ensure not to share a gnome-terminal browser-plugin/totem-plugin-viewer.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 8dad657aee90a014a155e3a6327f3b529f42acb5 Author: Bastien Nocera Date: Sun Dec 4 11:47:15 2011 +0100 browser-plugin: Quieter please browser-plugin/totemPlugin.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6177d7d02d545fade8e0aa6ed81e2efa7999c837 Author: Bastien Nocera Date: Sun Dec 4 11:13:03 2011 +0100 browser-plugin: Fix possible run-time warning When starting up the viewer fails. browser-plugin/totemPlugin.cpp | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 69113fc17468e0e0f7cb80ec8ff93acd2a1e83df Author: Bastien Nocera Date: Sun Dec 4 11:08:01 2011 +0100 browser-plugin: Remove obsolete in-tree running We don't need that anymore. browser-plugin/totemPlugin.cpp | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) commit 8e4eb446de679d25fd0f39e10a54f98893d1c39a Author: Bastien Nocera Date: Sat Dec 3 20:23:18 2011 +0100 browser-plugin: White space fixes browser-plugin/totem-plugin-viewer.c | 24 ++++++++++++------------ browser-plugin/totemConeAudio.cpp | 2 +- browser-plugin/totemGMPControls.cpp | 12 ++++++------ browser-plugin/totemGMPError.cpp | 2 +- browser-plugin/totemNPClass.h | 2 +- browser-plugin/totemNPNGlue.cpp | 2 +- browser-plugin/totemNPVariantWrapper.h | 2 +- browser-plugin/totemNarrowSpacePlugin.cpp | 2 +- browser-plugin/totemPlugin.cpp | 22 +++++++++++----------- browser-plugin/totemPlugin.h | 10 +++++----- browser-plugin/totemPluginGlue.cpp | 4 ++-- 11 files changed, 42 insertions(+), 42 deletions(-) commit 14abd80b16170aff306b5e32a727cc665f8c7c63 Author: Bastien Nocera Date: Sat Dec 3 16:02:38 2011 +0100 browser-plugin: Don't make dbus-glib resident As it's not used anymore. browser-plugin/totemPluginGlue.cpp | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) commit e52a99bc9817c09c59fde2e447123547074173e5 Author: Bastien Nocera Date: Sat Dec 3 15:51:24 2011 +0100 browser-plugin: Remove unneeded helper library browser-plugin/Makefile.am | 23 +++-------------------- 1 files changed, 3 insertions(+), 20 deletions(-) commit e0b4f97959db62f88ccc6543fddb59a754e7aa36 Author: Bastien Nocera Date: Sat Dec 3 15:44:19 2011 +0100 browser-plugin: Port plugin to GDBus Still the viewer left to be ported. browser-plugin/Makefile.am | 2 - browser-plugin/totemPlugin.cpp | 672 ++++++++++++++++++---------------------- browser-plugin/totemPlugin.h | 80 +++--- 3 files changed, 343 insertions(+), 411 deletions(-) commit 8170d010f91ffa7c277d4744ae8419021e6875a5 Author: Bastien Nocera Date: Sat Dec 3 15:43:44 2011 +0100 browser-plugin: Require a newer GIO configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9c237e07c9be9f95664104e270e950b59fcc23d4 Author: Bastien Nocera Date: Sat Dec 3 12:23:24 2011 +0100 browser-plugin: Fix white-space problem browser-plugin/totemPlugin.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 1f422ddcf03a5996934a15436f1de750d34c9d66 Author: Bastien Nocera Date: Sat Dec 3 12:03:38 2011 +0100 build: Bump release version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 99c59ff57b5a5c8000bc540611815e7d2459a99d Author: Bastien Nocera Date: Sat Dec 3 11:55:01 2011 +0100 browser-plugin: Remove unused declaration browser-plugin/totemPlugin.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit bd0cb403561b8ee96a240445f50ab1d166d626c6 Author: Philip Withnall Date: Fri Dec 2 14:53:09 2011 +0000 build: Add generated Vala files to GITIGNOREFILES They're automatically removed by `make maintainer-clean`, but git.mk doesn't know about them. src/plugins/rotation/Makefile.am | 5 +++++ src/plugins/sample-vala/Makefile.am | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) commit db66dc535f638792accfacc082f29b1d75e5458a Author: Philip Withnall Date: Fri Dec 2 13:41:12 2011 +0000 build: Remove generated files from git They're shipped by gnome-doc-utils and copied into the build tree by autogen. autogen.sh | 2 +- omf.make | 55 ---------------------------------- xmldocs.make | 92 ---------------------------------------------------------- 3 files changed, 1 insertions(+), 148 deletions(-) commit 226dc37981f927c96f4fbf660fb1410c3157a155 Author: Philip Withnall Date: Fri Dec 2 13:33:50 2011 +0000 properties: Port TotemPropertiesView from GtkTable to GtkGrid This fixes compilation with GTK+ deprecated symbols disabled. src/totem-properties-view.c | 5 ++--- src/totem-properties-view.h | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) commit 485f7897b69c9b1180da338c9cecaf9efb9c7d63 Author: Yaakov Selkowitz Date: Fri Dec 2 11:28:26 2011 +0000 Fix build on Cygwin Ensure libraries are built with -no-undefined and fix dynamically loading dbus-glib in the browser plugin on Cygwin. Helps: bgo#572713 browser-plugin/Makefile.am | 1 + browser-plugin/totemPluginGlue.cpp | 2 ++ src/Makefile.am | 3 ++- src/plugins/Makefile.plugins | 3 ++- src/plugins/zeitgeist-dp/Makefile.am | 5 ++++- 5 files changed, 11 insertions(+), 3 deletions(-) commit 5c905cc61d04ffe40bb92330e66aea4257dd0269 Author: Bastien Nocera Date: Thu Dec 1 21:02:50 2011 +0100 plugins: Remove the obsolete Bemused plugin configure.in | 10 +- po/POTFILES.in | 2 - src/plugins/bemused/Makefile.am | 17 - src/plugins/bemused/bemused.plugin.in | 9 - src/plugins/bemused/totem-bemused.c | 749 --------------------------------- 5 files changed, 1 insertions(+), 786 deletions(-) commit c41553d42ef6074421585e5a1e3ef7775e798216 Author: Bastien Nocera Date: Thu Dec 1 20:58:02 2011 +0100 plugins: Remove YouTube plugin configure.in | 42 +-- po/POTFILES.in | 3 - src/plugins/youtube/Makefile.am | 23 - src/plugins/youtube/totem-youtube.c | 843 --------------------------------- src/plugins/youtube/youtube.plugin.in | 8 - src/plugins/youtube/youtube.ui | 180 ------- 6 files changed, 1 insertions(+), 1098 deletions(-) commit d3d467a49fa828f1b6bb5d999c97158bd736785e Author: Antoine Jacoutot Date: Wed Oct 5 10:16:30 2011 +0200 Fix dlopening libdbus-glib-1 on OpenBSD. OpenBSD's library naming scheme differs from Linux, it only uses X.Y versionning. https://bugzilla.gnome.org/show_bug.cgi?id=660966 browser-plugin/totemPluginGlue.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 3d89b325f0eb13082bbe8c590fa02191d3d9553b Author: Bastien Nocera Date: Wed Nov 30 19:30:50 2011 +0100 build: Require the released version of vala configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 90e8e2519fa90ce05bfa04ab10d9530b019ebff2 Author: Henrique P. Machado Date: Wed Nov 30 18:33:01 2011 -0200 Fixed a string in Brazilian Portuguese translation po/pt_BR.po | 4544 +++++++++++++++++++++++++---------------------------------- 1 files changed, 1939 insertions(+), 2605 deletions(-) commit 57e6fede54fdbd9b205277303c8d0fdee61d587e Author: Muhammet Kara Date: Sat Nov 26 12:16:24 2011 +0200 [l10n]Updated Turkish translation po/tr.po | 513 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 248 insertions(+), 265 deletions(-) commit add0cca367c094dad73c9ddbc79aeb204b539a2b Author: Thura Hlaing Date: Thu Nov 24 08:37:20 2011 +0100 [l10n]Added Brumese translation po/LINGUAS | 1 + po/my.po | 2768 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2769 insertions(+), 0 deletions(-) commit 5632a20b28cd70c1d908d65fb0d7169e2cc4dc5e Author: OKANO Takayoshi Date: Tue Nov 22 10:20:27 2011 +0900 Updated Japanese translation po/ja.po | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 9749e913f4b7c9f5596d2835521675786f63ab21 Author: Alexander Saprykin Date: Wed Nov 16 16:10:57 2011 +0400 Updated Russian translation help/ru/ru.po | 1584 ++++++++++++--------------------------------------------- po/ru.po | 6 +- 2 files changed, 331 insertions(+), 1259 deletions(-) commit e13d2b2e6955ea7a292b00ec6f9b6baf40b2099d Author: Misha Shnurapet Date: Tue Nov 15 00:33:02 2011 +0400 Updated Russian translation help/ru/ru.po | 1969 ++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 1405 insertions(+), 564 deletions(-) commit 633edcd971f6fec9e9cb614dba67c13ec63c95b9 Author: Bastien Nocera Date: Mon Nov 14 12:16:43 2011 +0000 thumbnailer: Fix --time option We expect a seek time in seconds, but pass it on as milliseconds. Spotted by sadako@gmail.com https://bugzilla.gnome.org/show_bug.cgi?id=663900 src/totem-video-thumbnailer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 186278af1877e08971a6d49cf60c4e932d5cef59 Author: Mattias Põldaru Date: Sat Nov 12 12:55:03 2011 +0200 [l10n] Updated Estonian translation po/et.po | 797 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 416 insertions(+), 381 deletions(-) commit 8697efb92abb0e755cd2df96a084798cde4911a3 Author: Daniel Mustieles Date: Wed Nov 9 19:40:10 2011 +0100 Updated Spanish translation po/es.po | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit c057ab99d07b2326aea68b809d891254e42244ea Author: Sjoerd Simons Date: Sun Nov 6 11:13:58 2011 +0000 iplayer: PopulateProgrammesThread wants a lock as the first argument (closes: #663495) src/plugins/iplayer/iplayer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9ecaf2591f79fb30bb45908d6cc8b89ac44b6af8 Author: Sjoerd Simons Date: Sun Nov 6 11:08:54 2011 +0000 iplayer: Use the right property name (which changed during cleanup) (helps: #663495) src/plugins/iplayer/iplayer2.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 951390a0e7f16d83ca3881503f6fe7129db67f15 Author: Sjoerd Simons Date: Sun Nov 6 11:08:31 2011 +0000 iplayer: first set default values, then read in the actual ones (helps: #663495) src/plugins/iplayer/iplayer2.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit b15d0fdc7b8f7042b5fa27593321607946f06d7d Author: Sjoerd Simons Date: Sun Nov 6 11:07:55 2011 +0000 iplayer: Remove spurious whitespace added in regular expresssions (helps: #663495) src/plugins/iplayer/iplayer2.py | 4 ++-- src/plugins/iplayer/listparser.py | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) commit ecb55e5967338969c66c720d6b83621b61b714b3 Author: Praveen Illa Date: Tue Nov 1 16:28:39 2011 +0530 Updated Telugu Translation po/te.po | 891 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 442 insertions(+), 449 deletions(-) commit 0eacdd766bb7ee504a486872458679dd8c8df191 Author: Philip Withnall Date: Mon Oct 24 21:18:11 2011 +0100 build: Bump our Vala dependency to 0.14.0.22-0743 We require the fix to bgo#658006 to be able to compile the rotation and sample-vala plugins. Closes: bgo#662148 (again) configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a012b04d9ed67e37811cf6e748e8b5e64918444b Author: Ihar Hrachyshka Date: Mon Oct 24 01:26:16 2011 +0300 Updated Belarusian translation. po/be.po | 57 ++++++++++++++++++++++++--------------------------------- 1 files changed, 24 insertions(+), 33 deletions(-) commit 4632553c1e76e356876140ddc6973129048eeb91 Author: Philip Withnall Date: Sun Oct 23 00:15:37 2011 +0100 plugins: Fix Vala plugins for valac 0.14.0 The Vala plugins were using incorrect overrides of an abstract property of Peas.Activatable which was causing compilation to fail with valac 0.14.0. This fixes that, and bumps our Vala dependency to 0.14.0 (since some quick testing with valac 0.12.x didn't work due to GIR parsing problems). Closes: bgo#662148 configure.in | 2 +- src/plugins/rotation/totem-rotation-plugin.vala | 2 +- .../sample-vala/totem-sample-vala-plugin.vala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 9b1a957aa66e7b86d76e5a86272a3e0f79822d96 Author: Pavol Babincak Date: Mon Oct 10 01:48:25 2011 +0200 data: Added rtmp URI scheme Real Time Messaging Protocol (RTMP) is available in gst-plugins-bad, just as mms, which is already in the list. https://bugzilla.gnome.org/show_bug.cgi?id=661346 data/uri-schemes-list.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)