slomo gst-plugins-bad: gst-plugins-bad/ gst-plugins-bad/gst/mxf/
[email protected] Mon, 22 Dec 2008 02:14:49 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gst-plugins-bad
Changes by: slomo
Date: Mon Dec 22 2008 10:14:49 UTC
Log message:
* gst/mxf/mxf.c:
* gst/mxf/mxfaes-bwf.h:
* gst/mxf/mxfd10.c:
* gst/mxf/mxfdms1.c:
* gst/mxf/mxfdms1.h:
* gst/mxf/mxfmpeg.h:
* gst/mxf/mxftypes.h:
Cleanup of the includes.
Modified files:
. : ChangeLog
gst/mxf : mxf.c mxfaes-bwf.h mxfd10.c mxfmpeg.h mxftypes.h
Added files:
gst/mxf : mxfdms1.c mxfdms1.h
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ChangeLog.diff?r1=1.3826&r2=1.3827
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/mxf/mxf.c.diff?r1=1.3&r2=1.4
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/mxf/mxfaes-bwf.h.diff?r1=1.6&r2=1.7
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/mxf/mxfd10.c.diff?r1=1.6&r2=1.7
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/mxf/mxfdms1.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/mxf/mxfdms1.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/mxf/mxfmpeg.h.diff?r1=1.6&r2=1.7
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/mxf/mxftypes.h.diff?r1=1.9&r2=1.10
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ChangeLog,v
retrieving revision 1.3826
retrieving revision 1.3827
diff -u -d -r1.3826 -r1.3827
--- ChangeLog 19 Dec 2008 18:53:45 -0000 1.3826
+++ ChangeLog 22 Dec 2008 10:14:29 -0000 1.3827
@@ -1,3 +1,14 @@
+2008-12-22 Sebastian Dröge <[email protected]>
+
+ * gst/mxf/mxf.c:
+ * gst/mxf/mxfaes-bwf.h:
+ * gst/mxf/mxfd10.c:
+ * gst/mxf/mxfdms1.c:
+ * gst/mxf/mxfdms1.h:
+ * gst/mxf/mxfmpeg.h:
+ * gst/mxf/mxftypes.h:
+ Cleanup of the includes.
2008-12-19 Mark Nauwelaerts <[email protected]>
* gst/qtmux/gstqtmux.c: (gst_qt_mux_change_state):
Index: mxf.c
RCS file: /cvs/gstreamer/gst-plugins-bad/gst/mxf/mxf.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mxf.c 18 Dec 2008 17:49:07 -0000 1.3
+++ mxf.c 22 Dec 2008 10:14:34 -0000 1.4
@@ -23,7 +23,6 @@
#include <gst/gst.h>
#include "mxfdemux.h"
-#include "mxfmetadata.h"
#include "mxfaes-bwf.h"
#include "mxfmpeg.h"
#include "mxfdv-dif.h"
Index: mxfaes-bwf.h
RCS file: /cvs/gstreamer/gst-plugins-bad/gst/mxf/mxfaes-bwf.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mxfaes-bwf.h 16 Dec 2008 12:30:32 -0000 1.6
+++ mxfaes-bwf.h 22 Dec 2008 10:14:34 -0000 1.7
@@ -27,7 +27,6 @@
#include "mxfparse.h"
void mxf_aes_bwf_init (void);
Index: mxfd10.c
RCS file: /cvs/gstreamer/gst-plugins-bad/gst/mxf/mxfd10.c,v
--- mxfd10.c 19 Dec 2008 10:06:23 -0000 1.6
+++ mxfd10.c 22 Dec 2008 10:14:34 -0000 1.7
@@ -29,8 +29,6 @@
#include <string.h>
#include "mxfd10.h"
-#include "mxfmpeg.h"
-#include "mxfaes-bwf.h"
GST_DEBUG_CATEGORY_EXTERN (mxf_debug);
#define GST_CAT_DEFAULT mxf_debug
@@ -175,15 +173,15 @@
if (!track->parent.descriptor[i])
continue;
- if (MXF_IS_METADATA_GENERIC_PICTURE_ESSENCE_DESCRIPTOR (track->parent.
- descriptor[i])) {
- p = (MXFMetadataGenericPictureEssenceDescriptor *) track->
- parent.descriptor[i];
+ if (MXF_IS_METADATA_GENERIC_PICTURE_ESSENCE_DESCRIPTOR (track->
+ parent.descriptor[i])) {
+ p = (MXFMetadataGenericPictureEssenceDescriptor *) track->parent.
+ descriptor[i];
break;
- } else if (MXF_IS_METADATA_GENERIC_SOUND_ESSENCE_DESCRIPTOR (track->parent.
- s = (MXFMetadataGenericSoundEssenceDescriptor *) track->
+ } else if (MXF_IS_METADATA_GENERIC_SOUND_ESSENCE_DESCRIPTOR (track->
+ s = (MXFMetadataGenericSoundEssenceDescriptor *) track->parent.
}
}
--- NEW FILE: mxfdms1.c ---
/* GStreamer
* Copyright (C) 2008 Sebastian Dröge <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* 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.
*/
/* Implementation of SMPTE S380M - Descriptive Metadata Scheme-1 */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <gst/gst.h>
#include <string.h>
#include "mxfdms1.h"
--- NEW FILE: mxfdms1.h ---
#ifndef __MXF_DMS1_H__
#define __MXF_DMS1_H__
#endif /* __MXF_DMS1_H__ */
Index: mxfmpeg.h
RCS file: /cvs/gstreamer/gst-plugins-bad/gst/mxf/mxfmpeg.h,v
--- mxfmpeg.h 16 Dec 2008 12:30:33 -0000 1.6
+++ mxfmpeg.h 22 Dec 2008 10:14:35 -0000 1.7
void mxf_mpeg_init (void);
Index: mxftypes.h
RCS file: /cvs/gstreamer/gst-plugins-bad/gst/mxf/mxftypes.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mxftypes.h 15 Dec 2008 17:27:00 -0000 1.9
+++ mxftypes.h 22 Dec 2008 10:14:35 -0000 1.10
@@ -22,6 +22,8 @@
#ifndef __MXF_TYPES_H__
#define __MXF_TYPES_H__
+#include <gst/gst.h>
/* SMPTE 377M 3.2 */
typedef struct {
guint8 u[16];
------------------------------------------------------------------------------
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose