comparison finch/gntmedia.c @ 26349:1ae3af12095a

Move GStreamer related media functions into its own header.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 23 Mar 2009 02:59:18 +0000
parents 8457de1211f2
children f001b04c52d5
comparison
equal deleted inserted replaced
26348:d7393eebf1f4 26349:1ae3af12095a
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 26
27 #include "finch.h" 27 #include "finch.h"
28 #include "mediamanager.h"
29 28
30 #include "gntconv.h" 29 #include "gntconv.h"
31 #include "gntmedia.h" 30 #include "gntmedia.h"
32 31
33 #include "gnt.h" 32 #include "gnt.h"
36 #include "gntlabel.h" 35 #include "gntlabel.h"
37 36
38 #include "cmds.h" 37 #include "cmds.h"
39 #include "conversation.h" 38 #include "conversation.h"
40 #include "debug.h" 39 #include "debug.h"
40 #include "media-gst.h"
41 #include "mediamanager.h"
41 42
42 /* An incredibly large part of the following is from gtkmedia.c */ 43 /* An incredibly large part of the following is from gtkmedia.c */
43 #ifdef USE_VV 44 #ifdef USE_VV
44 45
45 #undef hangup 46 #undef hangup