Package: gnome-media Version: 3.4.0-2 Followup-For: Bug #774269 The problem is due to invalid "has_separator" properties on GtkDialogs in the ui file, rather than missing UI file.
Upstream is supposedly uninterested in this part of gnome-media, but that's no reason not to forward the bug, though. I'm not aware of any other way to choose the default outputs/inputs - other than editing the configuration manually with gconf-editor or similar, which is cumbersome and requires undocumented knowledge. Therefore, I'm providing an (entirely trivial) patch for Debian. With the patch applied, gstreamer-properties works as far as I'm able to test (sound output selection/test, video output selection/test). -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf, armel Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages gnome-media depends on: ii gconf-service 3.2.6-3 ii gstreamer0.10-gconf 0.10.31-3+nmu4+b1 ii gstreamer0.10-plugins-base 0.10.36-2 ii gstreamer0.10-plugins-good 0.10.31-3+nmu4+b1 ii libc6 2.19-13 ii libgconf-2-4 3.2.6-3 ii libglib2.0-0 2.42.1-1 ii libgstreamer-plugins-base0.10-0 0.10.36-2 ii libgstreamer0.10-0 0.10.36-1.5 ii libgtk-3-0 3.14.5-1 ii x11-utils 7.7+2 Versions of packages gnome-media recommends: ii gnome-control-center 1:3.14.2-2 ii gstreamer0.10-pulseaudio 0.10.31-3+nmu4+b1 pn pulseaudio <none> gnome-media suggests no packages.
--- gnome-media-3.4.0.debian-orig/gstreamer-properties/gstreamer-properties.ui 2012-03-28 05:50:00.000000000 -0500 +++ gnome-media-3.4.0/gstreamer-properties/gstreamer-properties.ui 2015-01-10 11:30:36.440106536 -0600 @@ -9,7 +9,6 @@ <property name="resizable">False</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="gst_properties_vbox"> <property name="visible">True</property> @@ -880,7 +879,6 @@ <property name="resizable">False</property> <property name="destroy_with_parent">True</property> <property name="type_hint">dialog</property> - <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="test_pipeline_vbox"> <property name="visible">True</property>