playback: Add gstplaybackutils.{h,c} to deploy the common subroutines
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Wed, 5 Nov 2014 07:40:43 +0000 (09:40 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 9 Jun 2015 08:13:08 +0000 (10:13 +0200)
commit16378a7de34f10cf6dc4c0431e011a133e0e2765
tree5f2ec65117cec0a55956a6b07099bda1dc8f8382
parent51c3ef05cd5ce6eed001bd6c16ea00f173fc1b08
playback: Add gstplaybackutils.{h,c} to deploy the common subroutines

Bring some of the helper functions in gstplaybin2.c to new files
gstplaybackutils.{h,c} which can be utilized by other files
in gst/playback too.

https://bugzilla.gnome.org/show_bug.cgi?id=687182
gst/playback/Makefile.am
gst/playback/gstplaybackutils.c [new file with mode: 0644]
gst/playback/gstplaybackutils.h [new file with mode: 0644]
gst/playback/gstplaybin2.c