mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
[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:
parent
e34a278e35
commit
e74175e328
2 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,8 @@
|
||||||
|
|
||||||
/* non-GST-specific stuff */
|
/* non-GST-specific stuff */
|
||||||
|
|
||||||
#include "gstgltestsrc.h"
|
|
||||||
#include "gltestsrc.h"
|
#include "gltestsrc.h"
|
||||||
#include "gstglbuffer.h"
|
|
||||||
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "gstglbuffer.h"
|
#include "gstglbuffer.h"
|
||||||
|
#include "gstgltestsrc.h"
|
||||||
|
|
||||||
struct vts_color_struct {
|
struct vts_color_struct {
|
||||||
guint8 Y, U, V;
|
guint8 Y, U, V;
|
||||||
|
|
Loading…
Reference in a new issue