diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-09-07 13:22:16 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-09-07 13:22:16 +0000 |
commit | b5454f7c5cc8d1db0005af252498022c00da0ddb (patch) | |
tree | 37ae2008f0666ba26176054ada005bb8608ba541 /gst/gstmessage.h | |
parent | 628f773e6581f9c920c0feb35d1276b2a7423bb3 (diff) |
renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter inlined docs for gsttrace, gsttrashstack
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/tmpl/.cvsignore:
* docs/gst/tmpl/gsttrace.sgml:
* docs/gst/tmpl/gsttrashstack.sgml:
* gst/Makefile.am:
* gst/gst.h:
* gst/gstelement.h:
* gst/gstevent.h:
* gst/gstmessage.c:
* gst/gstmessage.h:
* gst/gsttag.c:
* gst/gsttag.h:
* gst/gsttaginterface.c:
* gst/gsttaginterface.h:
* gst/gsttaglist.c:
* gst/gsttaglist.h:
* gst/gsttagsetter.c:
* gst/gsttagsetter.h:
* gst/gsttrace.c:
* gst/gsttrace.h:
* gst/gsttrashstack.c:
renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter
inlined docs for gsttrace, gsttrashstack
Diffstat (limited to 'gst/gstmessage.h')
-rw-r--r-- | gst/gstmessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstmessage.h b/gst/gstmessage.h index ac6ebbc82..6325a5e4b 100644 --- a/gst/gstmessage.h +++ b/gst/gstmessage.h @@ -71,7 +71,7 @@ typedef enum #include <gst/gstminiobject.h> #include <gst/gstobject.h> #include <gst/gstelement.h> -#include <gst/gsttag.h> +#include <gst/gsttaglist.h> #include <gst/gststructure.h> #define GST_MESSAGE_TRACE_NAME "GstMessage" |