gst/: get rid of gstmarshal.h dependency. It's not needed.
authorBenjamin Otte <otte@gnome.org>
Tue, 3 Feb 2004 03:31:26 +0000 (03:31 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 3 Feb 2004 03:31:26 +0000 (03:31 +0000)
commit4749c7a4f1e009179d1316214bb379200d69f8a1
tree3811309b58207b2e0b09120a455e083ac3d451f3
parent893c74478f6f64ecabfcc875ed72f9fed6fed8fc
gst/: get rid of gstmarshal.h dependency. It's not needed.

Original commit message from CVS:
2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* gst/parse/Makefile.am:
* gst/gstobject.h:
get rid of gstmarshal.h dependency. It's not needed.
* gst/gst.h:
* gst/elements/gstfakesink.c:
* gst/elements/gstfakesrc.c:
* gst/elements/gstidentity.c:
* gst/gstbin.c:
* gst/gstelement.c:
* gst/gstindex.c:
* gst/gstobject.c:
* gst/gstpad.c:
* gst/gstthread.c:
* gst/gstxml.c:
* libs/gst/control/dparam.c:
* libs/gst/control/dparammanager.c:
include gstmarshal.h.
Fixes #132045
20 files changed:
ChangeLog
common
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstidentity.c
gst/gst.h
gst/gstbin.c
gst/gstelement.c
gst/gstindex.c
gst/gstobject.c
gst/gstobject.h
gst/gstpad.c
gst/gstthread.c
gst/gstxml.c
gst/parse/Makefile.am
libs/gst/control/dparam.c
libs/gst/control/dparammanager.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstidentity.c