mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gst/: Add glib-compat.h.
Original commit message from CVS: 2005-11-21 Andy Wingo <wingo@pobox.com> * gst/gsttaglist.h: * gst/gstcaps.h: * gst/gststructure.h: Add glib-compat.h.
This commit is contained in:
parent
5252cefbed
commit
f641e8a9fe
4 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-11-21 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/gsttaglist.h:
|
||||
* gst/gstcaps.h:
|
||||
* gst/gststructure.h: Add glib-compat.h.
|
||||
|
||||
2005-11-21 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gstbin.c: (gst_bin_change_state_func):
|
||||
|
@ -25,7 +31,8 @@
|
|||
* gst/gsttaglist.h:
|
||||
* gst/gststructure.h:
|
||||
* gst/gstcaps.h:
|
||||
* gst/gstutils.h: Sprinkle NULL_TERMINATED to taste.
|
||||
* gst/gstutils.h: Sprinkle NULL_TERMINATED to taste. Fixes
|
||||
#319940.
|
||||
|
||||
* gst/gsterror.c (_gst_core_errors_init):
|
||||
* gst/gsterror.h (GST_CORE_ERROR_MISSING_PLUGIN): New error
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <gst/gstconfig.h>
|
||||
#include <gst/gststructure.h>
|
||||
#include <gst/glib-compat.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <gst/gstconfig.h>
|
||||
#include <glib-object.h>
|
||||
#include <gst/gstclock.h>
|
||||
#include <gst/glib-compat.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#define __GST_TAGLIST_H__
|
||||
|
||||
#include <gst/gststructure.h>
|
||||
#include <gst/glib-compat.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue