Fixes the lack of an include directive in gst/gstpreset.h

It blocked the build of external libraries depending on gstreamer-core (namely, gstreamermm).
Complete bug report at https://bugzilla.gnome.org/show_bug.cgi?id=669036
This commit is contained in:
João Paulo Pizani Flor 2012-01-30 14:48:44 -02:00 committed by Vincent Penquerc'h
parent 9945b2cd88
commit 3af9544f95

View file

@ -23,6 +23,7 @@
#define __GST_PRESET_H__
#include <glib-object.h>
#include <gst/gstconfig.h>
G_BEGIN_DECLS