gst/gst.h: Re-add marshal to gst.h's include list -- if we really want it out, you should fix plugins at the same time.

Original commit message from CVS:
2005-09-20  Andy Wingo  <wingo@pobox.com>

* gst/gst.h: Re-add marshal to gst.h's include list -- if we
really want it out, you should fix plugins at the same time.
This commit is contained in:
Andy Wingo 2005-09-20 08:25:32 +00:00
parent a52725ea45
commit c5eccd76cc
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-09-20 Andy Wingo <wingo@pobox.com>
* gst/gst.h: Re-add marshal to gst.h's include list -- if we
really want it out, you should fix plugins at the same time.
2005-09-19 Stefan Kost <ensonic@users.sf.net>
* configure.ac:

View file

@ -42,6 +42,7 @@
#include <gst/gstinfo.h>
#include <gst/gstinterface.h>
#include <gst/gstiterator.h>
#include <gst/gstmarshal.h>
#include <gst/gstmessage.h>
#include <gst/gstminiobject.h>
#include <gst/gstobject.h>