mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
tests/examples/snapshot/snapshot.c: Fix the build.
Original commit message from CVS: * tests/examples/snapshot/snapshot.c: Fix the build.
This commit is contained in:
parent
d89fc173d6
commit
8bef6238c3
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-02 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/examples/snapshot/snapshot.c:
|
||||
Fix the build.
|
||||
|
||||
2007-10-01 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst-libs/gst/sdp/gstsdpmessage.h:
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
#include <gst/gst.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define CAPS "video/x-raw-rgb,width=160,pixel-aspect-ratio=1/1,bpp=(int)24,depth=(int)24,endianness=(int)4321,red_mask=(int)0xff0000, green_mask=(int)0x00ff00, blue_mask=(int)0x0000ff"
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue