playback/player: player: Refactor video rendering API
authorSebastian Dröge <sebastian@centricular.com>
Fri, 14 Aug 2015 15:13:39 +0000 (17:13 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 14 Aug 2015 15:13:39 +0000 (17:13 +0200)
commita8f8d1b03250d22da22ec0ffa7b14fbe096e794f
tree0933ee4f115c3ca50f809ba182ca29d5ba04b9a3
parent6ed6b5892925c2b1b7aca5068964b8f8607b206e
playback/player: player: Refactor video rendering API

There's a GstPlayerVideoRenderer interface now, which defines how video
rendering happens in GstPlayer. Included is an implementation for the
GstVideoOverlay interface, and inside the GTK example application one for
gtksink/gtkglsink.
playback/player/gst-play/gst-play.c
playback/player/gtk/Makefile.am
playback/player/gtk/gtk-play.c
playback/player/gtk/gtk-video-renderer.c [new file with mode: 0644]
playback/player/gtk/gtk-video-renderer.h [new file with mode: 0644]