X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fgst%2Fbase%2Fgstindex.h;h=476146574b7fa37b71f5c205e03c63e2332d5920;hb=5bf13cdd5314bc3c6c81bd620e712acdcab14eb2;hp=7e22efc628307d8de63749f70b7641a30c44718c;hpb=1d052f0ccef9872a2d7c82e4286298f34df13b95;p=platform%2Fupstream%2Fgstreamer.git diff --git a/libs/gst/base/gstindex.h b/libs/gst/base/gstindex.h index 7e22efc..4761465 100644 --- a/libs/gst/base/gstindex.h +++ b/libs/gst/base/gstindex.h @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GST_INDEX_H__ @@ -27,6 +27,7 @@ #include #include #include +#include G_BEGIN_DECLS @@ -217,6 +218,7 @@ struct _GstIndexEntry { const gchar *key; } format; } data; + // FIXME 2.0: add padding }; /** @@ -238,6 +240,7 @@ struct _GstIndexGroup { /* peer group that contains more certain entries */ gint peergroup; + // FIXME 2.0: add padding }; /**