[gst-cvs] gst-plugins-base: pbutils: remove padding from now-private GstDiscovererInfo structure

Tim Müller tpm at kemper.freedesktop.org
Sat Oct 30 07:48:41 PDT 2010


Module: gst-plugins-base
Branch: master
Commit: 98c788929314fa5f6b653ba25746782b6e0c6a67
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=98c788929314fa5f6b653ba25746782b6e0c6a67

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Sat Oct 30 12:24:05 2010 +0100

pbutils: remove padding from now-private GstDiscovererInfo structure

---

 gst-libs/gst/pbutils/pbutils-private.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/pbutils/pbutils-private.h b/gst-libs/gst/pbutils/pbutils-private.h
index c6a817d..04bcd4c 100644
--- a/gst-libs/gst/pbutils/pbutils-private.h
+++ b/gst-libs/gst/pbutils/pbutils-private.h
@@ -78,8 +78,6 @@ struct _GstDiscovererInfo {
   GstClockTime duration;
   GstStructure *misc;
   GstTagList *tags;
-
-  gpointer _reserved[GST_PADDING];
 };
 
 /* missing-plugins.c */





More information about the Gstreamer-commits mailing list