[095/906] up

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@507 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
Julien Isorce 2008-06-11 23:26:16 +00:00 committed by Matthew Waters
parent 63dfe24588
commit 1a7b6d5bb3
2 changed files with 2 additions and 2 deletions

View file

@ -23,9 +23,8 @@
/* non-GST-specific stuff */
#include "gstgltestsrc.h"
#include "gltestsrc.h"
#include "gstglbuffer.h"
#include <string.h>

View file

@ -22,6 +22,7 @@
#include <glib.h>
#include "gstglbuffer.h"
#include "gstgltestsrc.h"
struct vts_color_struct {
guint8 Y, U, V;