gstreamer/playback/player/gtk
Víctor Manuel Jáquez Leal ff1a6546da playback/player: don't unref gtk_sink but sink it
Commit 5b8ba60c was added because of a memory leak when gtksink was
used as renderer. Nonetheless the patch didn't consider two facts:

1\ that the gtk_sink element was in floating state
2\ there is another code path where the gtk_sink element is already
   sank

Thus the correct fix, is not to ref and unref gtk_sink, but sink it.

https://bugzilla.gnome.org/show_bug.cgi?id=781904
2017-05-02 14:11:30 +03:00
..
resources playback/player: Changing icons names to make it visible on gtk player 2016-03-22 18:30:27 +02:00
gtk-play.c playback/player: gtk: Remove unused variable 2016-08-23 23:48:26 +03:00
gtk-video-renderer.c playback/player: don't unref gtk_sink but sink it 2017-05-02 14:11:30 +03:00
gtk-video-renderer.h playback/player: player: Refactor video rendering API 2015-08-14 17:13:39 +02:00
meson.build Add meson build system for playback/player/{gst-play,gtk} and network/http-launch 2016-08-26 19:02:24 +03:00