Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
c25bf5dc
Commit
c25bf5dc
authored
Apr 30, 2011
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quicktime: rename plugin to isomp4
https://bugzilla.gnome.org/show_bug.cgi?id=648004
parent
865140fb
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
30 additions
and
30 deletions
+30
-30
Android.mk
Android.mk
+2
-2
configure.ac
configure.ac
+4
-4
docs/plugins/Makefile.am
docs/plugins/Makefile.am
+3
-3
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-docs.sgml
+1
-1
docs/plugins/inspect/plugin-isomp4.xml
docs/plugins/inspect/plugin-isomp4.xml
+5
-5
gst-plugins-good.spec.in
gst-plugins-good.spec.in
+1
-1
gst/isomp4/LEGAL
gst/isomp4/LEGAL
+0
-0
gst/isomp4/Makefile.am
gst/isomp4/Makefile.am
+11
-11
gst/isomp4/atoms.c
gst/isomp4/atoms.c
+0
-0
gst/isomp4/atoms.h
gst/isomp4/atoms.h
+0
-0
gst/isomp4/atomsrecovery.c
gst/isomp4/atomsrecovery.c
+0
-0
gst/isomp4/atomsrecovery.h
gst/isomp4/atomsrecovery.h
+0
-0
gst/isomp4/descriptors.c
gst/isomp4/descriptors.c
+0
-0
gst/isomp4/descriptors.h
gst/isomp4/descriptors.h
+0
-0
gst/isomp4/fourcc.h
gst/isomp4/fourcc.h
+0
-0
gst/isomp4/ftypcc.h
gst/isomp4/ftypcc.h
+0
-0
gst/isomp4/gstqtmoovrecover.c
gst/isomp4/gstqtmoovrecover.c
+0
-0
gst/isomp4/gstqtmoovrecover.h
gst/isomp4/gstqtmoovrecover.h
+0
-0
gst/isomp4/gstqtmux-doc.c
gst/isomp4/gstqtmux-doc.c
+0
-0
gst/isomp4/gstqtmux-doc.h
gst/isomp4/gstqtmux-doc.h
+0
-0
gst/isomp4/gstqtmux.c
gst/isomp4/gstqtmux.c
+0
-0
gst/isomp4/gstqtmux.h
gst/isomp4/gstqtmux.h
+0
-0
gst/isomp4/gstqtmuxmap.c
gst/isomp4/gstqtmuxmap.c
+0
-0
gst/isomp4/gstqtmuxmap.h
gst/isomp4/gstqtmuxmap.h
+0
-0
gst/isomp4/gstrtpxqtdepay.c
gst/isomp4/gstrtpxqtdepay.c
+0
-0
gst/isomp4/gstrtpxqtdepay.h
gst/isomp4/gstrtpxqtdepay.h
+0
-0
gst/isomp4/isomp4-plugin.c
gst/isomp4/isomp4-plugin.c
+2
-2
gst/isomp4/properties.c
gst/isomp4/properties.c
+0
-0
gst/isomp4/properties.h
gst/isomp4/properties.h
+0
-0
gst/isomp4/qtatomparser.h
gst/isomp4/qtatomparser.h
+0
-0
gst/isomp4/qtdemux.c
gst/isomp4/qtdemux.c
+0
-0
gst/isomp4/qtdemux.h
gst/isomp4/qtdemux.h
+0
-0
gst/isomp4/qtdemux.vcproj
gst/isomp4/qtdemux.vcproj
+0
-0
gst/isomp4/qtdemux_dump.c
gst/isomp4/qtdemux_dump.c
+0
-0
gst/isomp4/qtdemux_dump.h
gst/isomp4/qtdemux_dump.h
+0
-0
gst/isomp4/qtdemux_fourcc.h
gst/isomp4/qtdemux_fourcc.h
+0
-0
gst/isomp4/qtdemux_lang.c
gst/isomp4/qtdemux_lang.c
+0
-0
gst/isomp4/qtdemux_lang.h
gst/isomp4/qtdemux_lang.h
+0
-0
gst/isomp4/qtdemux_types.c
gst/isomp4/qtdemux_types.c
+0
-0
gst/isomp4/qtdemux_types.h
gst/isomp4/qtdemux_types.h
+0
-0
gst/isomp4/qtpalette.h
gst/isomp4/qtpalette.h
+0
-0
po/POTFILES.in
po/POTFILES.in
+1
-1
No files found.
Android.mk
View file @
c25bf5dc
...
...
@@ -28,7 +28,7 @@ GST_PLUGINS_GOOD_BUILT_SOURCES = \
gst/matroska/Android.mk
\
gst/multifile/Android.mk
\
gst/multipart/Android.mk
\
gst/
quicktime
/Android.mk
\
gst/
isomp4
/Android.mk
\
gst/replaygain/Android.mk
\
gst/rtp/Android.mk
\
gst/rtpmanager/Android.mk
\
...
...
@@ -94,7 +94,7 @@ CONFIGURE_TARGETS += gst-plugins-good-configure
-include
$(GST_PLUGINS_GOOD_TOP)/gst/matroska/Android.mk
-include
$(GST_PLUGINS_GOOD_TOP)/gst/multifile/Android.mk
-include
$(GST_PLUGINS_GOOD_TOP)/gst/multipart/Android.mk
-include
$(GST_PLUGINS_GOOD_TOP)/gst/
quicktime
/Android.mk
-include
$(GST_PLUGINS_GOOD_TOP)/gst/
isomp4
/Android.mk
-include
$(GST_PLUGINS_GOOD_TOP)/gst/replaygain/Android.mk
-include
$(GST_PLUGINS_GOOD_TOP)/gst/rtp/Android.mk
-include
$(GST_PLUGINS_GOOD_TOP)/gst/rtpmanager/Android.mk
...
...
configure.ac
View file @
c25bf5dc
...
...
@@ -350,13 +350,13 @@ AG_GST_CHECK_PLUGIN(flx)
AG_GST_CHECK_PLUGIN(goom)
AG_GST_CHECK_PLUGIN(goom2k1)
AG_GST_CHECK_PLUGIN(imagefreeze)
AG_GST_CHECK_PLUGIN(isomp4)
AG_GST_CHECK_PLUGIN(law)
AG_GST_CHECK_PLUGIN(level)
AG_GST_CHECK_PLUGIN(matroska)
AG_GST_CHECK_PLUGIN(monoscope)
AG_GST_CHECK_PLUGIN(multifile)
AG_GST_CHECK_PLUGIN(multipart)
AG_GST_CHECK_PLUGIN(quicktime)
AG_GST_CHECK_PLUGIN(replaygain)
AG_GST_CHECK_PLUGIN(rtp)
AG_GST_CHECK_PLUGIN(rtpmanager)
...
...
@@ -1157,19 +1157,19 @@ gst/debugutils/Makefile
gst/effectv/Makefile
gst/equalizer/Makefile
gst/flv/Makefile
gst/goom/Makefile
gst/goom2k1/Makefile
gst/id3demux/Makefile
gst/icydemux/Makefile
gst/imagefreeze/Makefile
gst/interleave/Makefile
gst/goom/Makefile
gst/goom2k1/Makefile
gst/isomp4/Makefile
gst/law/Makefile
gst/level/Makefile
gst/matroska/Makefile
gst/monoscope/Makefile
gst/multifile/Makefile
gst/multipart/Makefile
gst/quicktime/Makefile
gst/replaygain/Makefile
gst/rtp/Makefile
gst/rtpmanager/Makefile
...
...
docs/plugins/Makefile.am
View file @
c25bf5dc
...
...
@@ -190,9 +190,9 @@ EXTRA_HFILES = \
$(top_srcdir)
/gst/multifile/gstmultifilesrc.h
\
$(top_srcdir)
/gst/multipart/multipartdemux.h
\
$(top_srcdir)
/gst/multipart/multipartmux.h
\
$(top_srcdir)
/gst/
quicktime
/qtdemux.h
\
$(top_srcdir)
/gst/
quicktime
/gstqtmux.h
\
$(top_srcdir)
/gst/
quicktime
/gstqtmux-doc.h
\
$(top_srcdir)
/gst/
isomp4
/qtdemux.h
\
$(top_srcdir)
/gst/
isomp4
/gstqtmux.h
\
$(top_srcdir)
/gst/
isomp4
/gstqtmux-doc.h
\
$(top_srcdir)
/gst/replaygain/gstrganalysis.h
\
$(top_srcdir)
/gst/replaygain/gstrglimiter.h
\
$(top_srcdir)
/gst/replaygain/gstrgvolume.h
\
...
...
docs/plugins/gst-plugins-good-plugins-docs.sgml
View file @
c25bf5dc
...
...
@@ -222,6 +222,7 @@
<xi:include
href=
"xml/plugin-id3demux.xml"
/>
<xi:include
href=
"xml/plugin-imagefreeze.xml"
/>
<xi:include
href=
"xml/plugin-interleave.xml"
/>
<xi:include
href=
"xml/plugin-isomp4.xml"
/>
<xi:include
href=
"xml/plugin-jack.xml"
/>
<xi:include
href=
"xml/plugin-jpeg.xml"
/>
<xi:include
href=
"xml/plugin-level.xml"
/>
...
...
@@ -237,7 +238,6 @@
<xi:include
href=
"xml/plugin-osxvideo.xml"
/>
<xi:include
href=
"xml/plugin-png.xml"
/>
<xi:include
href=
"xml/plugin-pulseaudio.xml"
/>
<xi:include
href=
"xml/plugin-quicktime.xml"
/>
<xi:include
href=
"xml/plugin-replaygain.xml"
/>
<xi:include
href=
"xml/plugin-rtp.xml"
/>
<xi:include
href=
"xml/plugin-gstrtpmanager.xml"
/>
...
...
docs/plugins/inspect/plugin-
quicktime
.xml
→
docs/plugins/inspect/plugin-
isomp4
.xml
View file @
c25bf5dc
<plugin>
<name>
quicktime
</name>
<description>
Quicktime support
</description>
<filename>
../../gst/
quicktime/.libs/libgstquicktime
.so
</filename>
<basename>
libgst
quicktime
.so
</basename>
<name>
isomp4
</name>
<description>
ISO base media file format support (mp4, 3gpp, qt, mj2)
</description>
<filename>
../../gst/
isomp4/.libs/libgstisomp4
.so
</filename>
<basename>
libgst
isomp4
.so
</basename>
<version>
0.10.28.3
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
...
...
@@ -235,4 +235,4 @@
</pads>
</element>
</elements>
</plugin>
\ No newline at end of file
</plugin>
gst-plugins-good.spec.in
View file @
c25bf5dc
...
...
@@ -98,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
%{_libdir}/gstreamer-%{majorminor}/libgstefence.so
%{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
%{_libdir}/gstreamer-%{majorminor}/libgst
quicktime
.so
%{_libdir}/gstreamer-%{majorminor}/libgst
isomp4
.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
...
...
gst/
quicktime
/LEGAL
→
gst/
isomp4
/LEGAL
View file @
c25bf5dc
File moved
gst/
quicktime
/Makefile.am
→
gst/
isomp4
/Makefile.am
View file @
c25bf5dc
plugin_LTLIBRARIES
=
libgst
quicktime
.la
plugin_LTLIBRARIES
=
libgst
isomp4
.la
libgst
quicktime
_la_CFLAGS
=
$(GST_PLUGINS_BASE_CFLAGS)
$(GST_BASE_CFLAGS)
$(GST_CFLAGS)
libgst
quicktime
_la_LIBADD
=
\
libgst
isomp4
_la_CFLAGS
=
$(GST_PLUGINS_BASE_CFLAGS)
$(GST_BASE_CFLAGS)
$(GST_CFLAGS)
libgst
isomp4
_la_LIBADD
=
\
$(GST_PLUGINS_BASE_LIBS)
\
-lgstriff-
@GST_MAJORMINOR@
\
-lgstaudio-
@GST_MAJORMINOR@
\
...
...
@@ -10,12 +10,12 @@ libgstquicktime_la_LIBADD = \
-lgsttag-
@GST_MAJORMINOR@
\
-lgstpbutils-
@GST_MAJORMINOR@
\
$(GST_BASE_LIBS)
$(GST_LIBS)
$(ZLIB_LIBS)
libgst
quicktime
_la_LDFLAGS
=
${GST_PLUGIN_LDFLAGS}
libgst
quicktime_la_SOURCES
=
quicktime
.c gstrtpxqtdepay.c
\
libgst
isomp4
_la_LDFLAGS
=
${GST_PLUGIN_LDFLAGS}
libgst
isomp4_la_SOURCES
=
isomp4-plugin
.c gstrtpxqtdepay.c
\
qtdemux.c qtdemux_types.c qtdemux_dump.c qtdemux_lang.c
\
gstqtmux.c gstqtmoovrecover.c atoms.c atomsrecovery.c descriptors.c
\
properties.c gstqtmuxmap.c
libgst
quicktime
_la_LIBTOOLFLAGS
=
--tag
=
disable-static
libgst
isomp4
_la_LIBTOOLFLAGS
=
--tag
=
disable-static
noinst_HEADERS
=
\
qtatomparser.h
\
...
...
@@ -42,13 +42,13 @@ EXTRA_DIST = \
Android.mk
:
Makefile.am $(BUILT_SOURCES)
androgenizer
\
-:PROJECT libgst
quicktime -:SHARED libgstquicktime
\
-:PROJECT libgst
isomp4 -:SHARED libgstisomp4
\
-:TAGS eng debug
\
-:REL_TOP
$(top_srcdir)
-:ABS_TOP
$(abs_top_srcdir)
\
-:SOURCES
$(libgst
quicktime
_la_SOURCES)
\
-:CFLAGS
$(DEFS)
$(DEFAULT_INCLUDES)
$(CPPFLAGS)
$(libgst
quicktime
_la_CFLAGS)
\
-:LDFLAGS
$(libgst
quicktime
_la_LDFLAGS)
\
$(libgst
quicktime
_la_LIBADD)
\
-:SOURCES
$(libgst
isomp4
_la_SOURCES)
\
-:CFLAGS
$(DEFS)
$(DEFAULT_INCLUDES)
$(CPPFLAGS)
$(libgst
isomp4
_la_CFLAGS)
\
-:LDFLAGS
$(libgst
isomp4
_la_LDFLAGS)
\
$(libgst
isomp4
_la_LIBADD)
\
-ldl
\
-:PASSTHROUGH LOCAL_ARM_MODE:
=
arm
\
LOCAL_MODULE_PATH:
=
'$
$(TARGET_OUT)
/lib/gstreamer-0.10'
\
...
...
gst/
quicktime
/atoms.c
→
gst/
isomp4
/atoms.c
View file @
c25bf5dc
File moved
gst/
quicktime
/atoms.h
→
gst/
isomp4
/atoms.h
View file @
c25bf5dc
File moved
gst/
quicktime
/atomsrecovery.c
→
gst/
isomp4
/atomsrecovery.c
View file @
c25bf5dc
File moved
gst/
quicktime
/atomsrecovery.h
→
gst/
isomp4
/atomsrecovery.h
View file @
c25bf5dc
File moved
gst/
quicktime
/descriptors.c
→
gst/
isomp4
/descriptors.c
View file @
c25bf5dc
File moved
gst/
quicktime
/descriptors.h
→
gst/
isomp4
/descriptors.h
View file @
c25bf5dc
File moved
gst/
quicktime
/fourcc.h
→
gst/
isomp4
/fourcc.h
View file @
c25bf5dc
File moved
gst/
quicktime
/ftypcc.h
→
gst/
isomp4
/ftypcc.h
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmoovrecover.c
→
gst/
isomp4
/gstqtmoovrecover.c
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmoovrecover.h
→
gst/
isomp4
/gstqtmoovrecover.h
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmux-doc.c
→
gst/
isomp4
/gstqtmux-doc.c
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmux-doc.h
→
gst/
isomp4
/gstqtmux-doc.h
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmux.c
→
gst/
isomp4
/gstqtmux.c
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmux.h
→
gst/
isomp4
/gstqtmux.h
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmuxmap.c
→
gst/
isomp4
/gstqtmuxmap.c
View file @
c25bf5dc
File moved
gst/
quicktime
/gstqtmuxmap.h
→
gst/
isomp4
/gstqtmuxmap.h
View file @
c25bf5dc
File moved
gst/
quicktime
/gstrtpxqtdepay.c
→
gst/
isomp4
/gstrtpxqtdepay.c
View file @
c25bf5dc
File moved
gst/
quicktime
/gstrtpxqtdepay.h
→
gst/
isomp4
/gstrtpxqtdepay.h
View file @
c25bf5dc
File moved
gst/
quicktime/quicktime
.c
→
gst/
isomp4/isomp4-plugin
.c
View file @
c25bf5dc
...
...
@@ -69,6 +69,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE
(
GST_VERSION_MAJOR
,
GST_VERSION_MINOR
,
"
quicktime
"
,
"
Quicktime support
"
,
"
isomp4
"
,
"
ISO base media file format support (mp4, 3gpp, qt, mj2)
"
,
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE_NAME
,
GST_PACKAGE_ORIGIN
);
gst/
quicktime
/properties.c
→
gst/
isomp4
/properties.c
View file @
c25bf5dc
File moved
gst/
quicktime
/properties.h
→
gst/
isomp4
/properties.h
View file @
c25bf5dc
File moved
gst/
quicktime
/qtatomparser.h
→
gst/
isomp4
/qtatomparser.h
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux.c
→
gst/
isomp4
/qtdemux.c
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux.h
→
gst/
isomp4
/qtdemux.h
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux.vcproj
→
gst/
isomp4
/qtdemux.vcproj
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux_dump.c
→
gst/
isomp4
/qtdemux_dump.c
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux_dump.h
→
gst/
isomp4
/qtdemux_dump.h
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux_fourcc.h
→
gst/
isomp4
/qtdemux_fourcc.h
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux_lang.c
→
gst/
isomp4
/qtdemux_lang.c
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux_lang.h
→
gst/
isomp4
/qtdemux_lang.h
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux_types.c
→
gst/
isomp4
/qtdemux_types.c
View file @
c25bf5dc
File moved
gst/
quicktime
/qtdemux_types.h
→
gst/
isomp4
/qtdemux_types.h
View file @
c25bf5dc
File moved
gst/
quicktime
/qtpalette.h
→
gst/
isomp4
/qtpalette.h
View file @
c25bf5dc
File moved
po/POTFILES.in
View file @
c25bf5dc
...
...
@@ -9,7 +9,7 @@ ext/wavpack/gstwavpackparse.c
gconf/gstreamer.schemas.in
gst/avi/gstavidemux.c
gst/avi/gstavimux.c
gst/
quicktime
/qtdemux.c
gst/
isomp4
/qtdemux.c
gst/rtsp/gstrtspsrc.c
gst/wavparse/gstwavparse.c
sys/oss/gstossmixer.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment