Skip to content

player: revert to using playbin2

Jordan Petridis requested to merge alatiera/hammond:alatiera/playbin-2 into master

Noticed some warnings when using playbin3 which I am not sure what they are about, so revert to playbin2 for the time being

(gnome-podcasts:2): GLib-GObject-WARNING **: 05:18:44.710: ../gobject/gsignal.c:2617: signal 'video-changed' is invalid for instance '0x7f6f64007be0' of type 'GstPlayBin3'
(gnome-podcasts:2): GLib-GObject-WARNING **: 05:18:44.710: ../gobject/gsignal.c:2617: signal 'audio-changed' is invalid for instance '0x7f6f64007be0' of type 'GstPlayBin3'
(gnome-podcasts:2): GLib-GObject-WARNING **: 05:18:44.710: ../gobject/gsignal.c:2617: signal 'text-changed' is invalid for instance '0x7f6f64007be0' of type 'GstPlayBin3'
(gnome-podcasts:2): GLib-GObject-WARNING **: 05:18:44.710: ../gobject/gsignal.c:2617: signal 'video-tags-changed' is invalid for instance '0x7f6f64007be0' of type 'GstPlayBin3'
(gnome-podcasts:2): GLib-GObject-WARNING **: 05:18:44.710: ../gobject/gsignal.c:2617: signal 'audio-tags-changed' is invalid for instance '0x7f6f64007be0' of type 'GstPlayBin3'
(gnome-podcasts:2): GLib-GObject-WARNING **: 05:18:44.710: ../gobject/gsignal.c:2617: signal 'text-tags-changed' is invalid for instance '0x7f6f64007be0' of type 'GstPlayBin3'

Merge request reports