mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gst/videomixer/videomixer.c: Add missing incudes.
Original commit message from CVS: * gst/videomixer/videomixer.c: Add missing incudes.
This commit is contained in:
parent
b2750e2a1a
commit
736b7ba31f
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-20 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/videomixer/videomixer.c:
|
||||
Add missing incudes.
|
||||
|
||||
2008-05-20 Peter Kjellerstedt <pkj@axis.com>
|
||||
|
||||
* gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
|
||||
|
|
|
@ -57,7 +57,12 @@
|
|||
#include <gst/base/gstcollectpads.h>
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include "videomixer.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue