platform/upstream/gstreamer.git
20 years ago/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal...
Andy Wingo [Wed, 8 Oct 2003 16:08:19 +0000 (16:08 +0000)]
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.

Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.

20 years agojust some code cleanup
Leif Johnson [Wed, 8 Oct 2003 07:50:58 +0000 (07:50 +0000)]
just some code cleanup

Original commit message from CVS:
just some code cleanup

20 years agoupdating some plugin categories
Leif Johnson [Wed, 8 Oct 2003 07:44:25 +0000 (07:44 +0000)]
updating some plugin categories

Original commit message from CVS:
updating some plugin categories

20 years agoUsing correct spelling for visualization
Julien Moutte [Mon, 6 Oct 2003 11:51:46 +0000 (11:51 +0000)]
Using correct spelling for visualization

Original commit message from CVS:
Using correct spelling for visualization

20 years agoThere was a floating doubt on the way visualization is written. We use 'z' everywhere...
Julien Moutte [Mon, 6 Oct 2003 10:29:27 +0000 (10:29 +0000)]
There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and lib...

Original commit message from CVS:
There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay

20 years agoFix typefind function for BBB's new system
David Schleef [Fri, 3 Oct 2003 06:38:09 +0000 (06:38 +0000)]
Fix typefind function for BBB's new system

Original commit message from CVS:
Fix typefind function for BBB's new system

20 years agoupdate with latest typefind changes, spec should once again work :)
Christian Schaller [Fri, 3 Oct 2003 05:45:41 +0000 (05:45 +0000)]
update with latest typefind changes, spec should once again work :)

Original commit message from CVS:
update with latest typefind changes, spec should once again work :)

20 years agoCorrected macro in medi-info-priv.h so that it follows ISO standards, and removed...
Brian Cameron [Thu, 2 Oct 2003 20:12:33 +0000 (20:12 +0000)]
Corrected macro in medi-info-priv.h so that it follows ISO standards, and removed broken return from void function in...

Original commit message from CVS:
Corrected macro in medi-info-priv.h so that it follows ISO standards,
and removed broken return from void function in navigation.c

20 years agoNew typefind system: bytestream is now part of the core all plugins have been modifie...
Ronald S. Bultje [Wed, 1 Oct 2003 13:14:50 +0000 (13:14 +0000)]
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...

Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups

20 years agoAdd new element: frame dropper. This element inserts/drops frames to go from a certai...
Ronald S. Bultje [Tue, 30 Sep 2003 21:44:53 +0000 (21:44 +0000)]
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain o...

Original commit message from CVS:
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.

20 years agoImprove quality of encoding and decoding quite a bit
Ronald S. Bultje [Tue, 30 Sep 2003 20:10:05 +0000 (20:10 +0000)]
Improve quality of encoding and decoding quite a bit

Original commit message from CVS:
Improve quality of encoding and decoding quite a bit

20 years agoconform to the buffer-frames props entry -- much nicer now...
Andy Wingo [Tue, 30 Sep 2003 12:56:27 +0000 (12:56 +0000)]
conform to the buffer-frames props entry -- much nicer now...

Original commit message from CVS:
conform to the buffer-frames props entry -- much nicer now...

20 years agoupdate with latest fixes
Christian Schaller [Sat, 27 Sep 2003 18:53:21 +0000 (18:53 +0000)]
update with latest fixes

Original commit message from CVS:
update with latest fixes

20 years agomake ffmpeg erroring out work:
Benjamin Otte [Sat, 27 Sep 2003 16:44:53 +0000 (16:44 +0000)]
make ffmpeg erroring out work:

Original commit message from CVS:
make ffmpeg erroring out work:
- don't built gst-libs/ext/ffmpeg
- don't update Tag when cvs command fails

20 years agoadd navigation subdir
David Schleef [Sat, 27 Sep 2003 03:17:34 +0000 (03:17 +0000)]
add navigation subdir

Original commit message from CVS:
add navigation subdir

20 years agoadd navigation interface
David Schleef [Sat, 27 Sep 2003 03:16:28 +0000 (03:16 +0000)]
add navigation interface

Original commit message from CVS:
add navigation interface

20 years agoAdd navigation
David Schleef [Sat, 27 Sep 2003 03:15:34 +0000 (03:15 +0000)]
Add navigation

Original commit message from CVS:
Add navigation

20 years agosort the list of plugins that are built and don't spit out so much empty lines
Benjamin Otte [Thu, 25 Sep 2003 21:40:35 +0000 (21:40 +0000)]
sort the list of plugins that are built and don't spit out so much empty lines

Original commit message from CVS:
sort the list of plugins that are built and don't spit out so much empty lines

20 years agoSync'ed files up to nautilus-media/media-info versions, and fixed them for errors...
Iain Holmes [Tue, 23 Sep 2003 22:49:35 +0000 (22:49 +0000)]
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions

Original commit message from CVS:
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions

21 years agomake sure gtk apps are built
Thomas Vander Stichele [Sun, 21 Sep 2003 13:25:46 +0000 (13:25 +0000)]
make sure gtk apps are built

Original commit message from CVS:
make sure gtk apps are built

21 years agoadd versioning to gst-launch-ext and gst-visualise and add new files to spec
Christian Schaller [Fri, 19 Sep 2003 06:24:35 +0000 (06:24 +0000)]
add versioning to gst-launch-ext and gst-visualise and add new files to spec

Original commit message from CVS:
add versioning to gst-launch-ext and gst-visualise and add new files to spec

21 years agoversion gst-launch command in gst-launch-ext
Christian Schaller [Thu, 18 Sep 2003 18:28:22 +0000 (18:28 +0000)]
version gst-launch command in gst-launch-ext

Original commit message from CVS:
version gst-launch command in gst-launch-ext

21 years agoreverting error patch before making a branch.
Thomas Vander Stichele [Tue, 16 Sep 2003 10:00:00 +0000 (10:00 +0000)]
reverting error patch before making a branch.

Original commit message from CVS:
reverting error patch before making a branch.

21 years agoChanging have_xid to have_video_out to match the new GstVideoSink parent object.
Julien Moutte [Mon, 15 Sep 2003 09:29:06 +0000 (09:29 +0000)]
Changing have_xid to have_video_out to match the new GstVideoSink parent object.

Original commit message from CVS:
Changing have_xid to have_video_out to match the new GstVideoSink parent object.
Adding have_vis_size.
Fixing gst_play_connect_visualisation

21 years agoconverted gst_element_error to new format in ext/ - gettext pending
Benjamin Otte [Mon, 15 Sep 2003 01:08:40 +0000 (01:08 +0000)]
converted gst_element_error to new format in ext/ - gettext pending

Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending

21 years agoconverted gst_element_error to new format in gst/ - gettext pending
Benjamin Otte [Mon, 15 Sep 2003 00:34:47 +0000 (00:34 +0000)]
converted gst_element_error to new format in gst/ - gettext pending

Original commit message from CVS:
converted gst_element_error to new format in gst/ - gettext pending

21 years agoadd COPYING.LIB
Christian Schaller [Sun, 14 Sep 2003 21:43:48 +0000 (21:43 +0000)]
add COPYING.LIB

Original commit message from CVS:
add COPYING.LIB

21 years agoIntegrating the GstVideoSink parent class
Julien Moutte [Sun, 14 Sep 2003 21:09:41 +0000 (21:09 +0000)]
Integrating the GstVideoSink parent class

Original commit message from CVS:
Integrating the GstVideoSink parent class

21 years agoexerting executive privilege
David Schleef [Sun, 14 Sep 2003 18:29:11 +0000 (18:29 +0000)]
exerting executive privilege

Original commit message from CVS:
exerting executive privilege

21 years agoAdding GstVideoSink object which will be used for video sink's subclassing.
Julien Moutte [Sun, 14 Sep 2003 12:21:06 +0000 (12:21 +0000)]
Adding GstVideoSink object which will be used for video sink's subclassing.

Original commit message from CVS:
Adding GstVideoSink object which will be used for video sink's subclassing.

21 years agoChange default program suffix to -0.7
David Schleef [Sat, 13 Sep 2003 16:10:25 +0000 (16:10 +0000)]
Change default program suffix to -0.7

Original commit message from CVS:
Change default program suffix to -0.7

21 years agoCopyright fix (code=mine)
Ronald S. Bultje [Sat, 13 Sep 2003 13:42:08 +0000 (13:42 +0000)]
Copyright fix (code=mine)

Original commit message from CVS:
Copyright fix (code=mine)

21 years agofix v4l elements as they have been merged into just 2
Christian Schaller [Sat, 13 Sep 2003 12:12:54 +0000 (12:12 +0000)]
fix v4l elements as they have been merged into just 2

Original commit message from CVS:
fix v4l elements as they have been merged into just 2

21 years agotypos
Ronald S. Bultje [Sat, 13 Sep 2003 10:44:47 +0000 (10:44 +0000)]
typos

Original commit message from CVS:
typos

21 years agolatest fixes to get everything disting and building like a charm
Christian Schaller [Sat, 13 Sep 2003 10:25:22 +0000 (10:25 +0000)]
latest fixes to get everything disting and building like a charm

Original commit message from CVS:
latest fixes to get everything disting and building like a charm

21 years agoAdd missing \
David Schleef [Sat, 13 Sep 2003 10:03:05 +0000 (10:03 +0000)]
Add missing \

Original commit message from CVS:
Add missing \

21 years agoMove all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
Ronald S. Bultje [Sat, 13 Sep 2003 08:58:49 +0000 (08:58 +0000)]
Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin

Original commit message from CVS:
Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin

21 years agoInterface example: a mixer
Ronald S. Bultje [Sat, 13 Sep 2003 01:20:04 +0000 (01:20 +0000)]
Interface example: a mixer

Original commit message from CVS:
Interface example: a mixer

21 years agobuild and disting fixes
Christian Schaller [Fri, 12 Sep 2003 12:56:55 +0000 (12:56 +0000)]
build and disting fixes

Original commit message from CVS:
build and disting fixes

21 years agoAdd mpegversion(1) to the caps
Ronald S. Bultje [Fri, 12 Sep 2003 11:39:52 +0000 (11:39 +0000)]
Add mpegversion(1) to the caps

Original commit message from CVS:
Add mpegversion(1) to the caps

21 years agoRemove all locally-defined optimization flags
David Schleef [Thu, 11 Sep 2003 19:57:59 +0000 (19:57 +0000)]
Remove all locally-defined optimization flags

Original commit message from CVS:
Remove all locally-defined optimization flags

21 years agoAdd some stuff to disable bad asm code
David Schleef [Thu, 11 Sep 2003 19:38:04 +0000 (19:38 +0000)]
Add some stuff to disable bad asm code

Original commit message from CVS:
Add some stuff to disable bad asm code

21 years agoBuild ffmpeg using automake instead of ffmpeg's (broken) Makefiles
David Schleef [Thu, 11 Sep 2003 19:28:09 +0000 (19:28 +0000)]
Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles

Original commit message from CVS:

Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles

21 years agoFix caps definition. Fix copyright block.
David Schleef [Thu, 11 Sep 2003 19:19:55 +0000 (19:19 +0000)]
Fix caps definition.  Fix copyright block.

Original commit message from CVS:
Fix caps definition.  Fix copyright block.

21 years agoadd cvsignores
Christian Schaller [Thu, 11 Sep 2003 19:17:02 +0000 (19:17 +0000)]
add cvsignores

Original commit message from CVS:
add cvsignores

21 years agomisc minor build and rpm fixes
Christian Schaller [Thu, 11 Sep 2003 19:02:00 +0000 (19:02 +0000)]
misc minor build and rpm fixes

Original commit message from CVS:
misc minor build and rpm fixes

21 years agoclean up varargs macro definition
David Schleef [Wed, 3 Sep 2003 03:55:53 +0000 (03:55 +0000)]
clean up varargs macro definition

Original commit message from CVS:
clean up varargs macro definition

21 years agoRemove vestigal code (#121174)
David Schleef [Wed, 3 Sep 2003 03:49:32 +0000 (03:49 +0000)]
Remove vestigal code (#121174)

Original commit message from CVS:
Remove vestigal code (#121174)

21 years agoget last fix correct.
David Schleef [Sat, 30 Aug 2003 06:50:27 +0000 (06:50 +0000)]
get last fix correct.

Original commit message from CVS:
get last fix correct.

21 years agotwo small build fixes
Christian Schaller [Mon, 25 Aug 2003 19:49:39 +0000 (19:49 +0000)]
two small build fixes

Original commit message from CVS:
two small build fixes

21 years agocompilation problems on FreeBSD.
Andrew Turner [Thu, 21 Aug 2003 04:42:56 +0000 (04:42 +0000)]
compilation problems on FreeBSD.

Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307).  Fixes
compilation problems on FreeBSD.

21 years agoneeded fixes to enable building of RPMS of gst-plugins
Christian Schaller [Tue, 19 Aug 2003 21:05:26 +0000 (21:05 +0000)]
needed fixes to enable building of RPMS of gst-plugins

Original commit message from CVS:
needed fixes to enable building of RPMS of gst-plugins

21 years agoHandle libtoolize with alternate names
David Schleef [Sun, 17 Aug 2003 23:35:38 +0000 (23:35 +0000)]
Handle libtoolize with alternate names

Original commit message from CVS:
Handle libtoolize with alternate names

21 years agoso bug cannot be closed yet
Ronald S. Bultje [Wed, 13 Aug 2003 21:09:20 +0000 (21:09 +0000)]
so bug cannot be closed yet

Original commit message from CVS:
Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet

21 years agodist fix
Thomas Vander Stichele [Wed, 13 Aug 2003 12:18:42 +0000 (12:18 +0000)]
dist fix

Original commit message from CVS:
dist fix

21 years agoclean up code, fix typos in lst checkin
David Schleef [Wed, 13 Aug 2003 06:43:01 +0000 (06:43 +0000)]
clean up code, fix typos in lst checkin

Original commit message from CVS:
clean up code, fix typos in lst checkin

21 years agoMove some code from wavparse
David Schleef [Wed, 13 Aug 2003 04:47:30 +0000 (04:47 +0000)]
Move some code from wavparse

Original commit message from CVS:
Move some code from wavparse

21 years agoRemove redundant definition of plugindir
David Schleef [Sun, 10 Aug 2003 00:03:39 +0000 (00:03 +0000)]
Remove redundant definition of plugindir

Original commit message from CVS:
Remove redundant definition of plugindir

21 years agoRemove redundant plugindir definition
David Schleef [Sun, 10 Aug 2003 00:01:58 +0000 (00:01 +0000)]
Remove redundant plugindir definition

Original commit message from CVS:
Remove redundant plugindir definition

21 years agoDefine plugindir
David Schleef [Sat, 9 Aug 2003 23:40:49 +0000 (23:40 +0000)]
Define plugindir

Original commit message from CVS:
Define plugindir

21 years agoFix up small issues (fixes #119036)
Ronald S. Bultje [Tue, 5 Aug 2003 06:15:19 +0000 (06:15 +0000)]
Fix up small issues (fixes #119036)

Original commit message from CVS:
Fix up small issues (fixes #119036)

21 years agoAdd DURATION support. It still doesn't work, see #119036 for why and on how to fix it
Ronald S. Bultje [Mon, 4 Aug 2003 22:43:44 +0000 (22:43 +0000)]
Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it

Original commit message from CVS:
Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it

21 years agoRemove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the...
Ronald S. Bultje [Mon, 4 Aug 2003 21:44:04 +0000 (21:44 +0000)]
Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more

Original commit message from CVS:
Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more

21 years agoWe don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
Ronald S. Bultje [Mon, 4 Aug 2003 20:02:25 +0000 (20:02 +0000)]
We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead

Original commit message from CVS:
We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead

21 years agoFix weird leftovers from the old mimetype era and also implement duration support
Ronald S. Bultje [Tue, 29 Jul 2003 19:57:11 +0000 (19:57 +0000)]
Fix weird leftovers from the old mimetype era and also implement duration support

Original commit message from CVS:
Fix weird leftovers from the old mimetype era and also implement duration support

21 years agocall xvid_init() only once, and move duplicated code into one place
Ronald S. Bultje [Tue, 29 Jul 2003 11:59:09 +0000 (11:59 +0000)]
call xvid_init() only once, and move duplicated code into one place

Original commit message from CVS:
call xvid_init() only once, and move duplicated code into one place

21 years agofix installing into wrong dir
David Schleef [Tue, 29 Jul 2003 00:01:30 +0000 (00:01 +0000)]
fix installing into wrong dir

Original commit message from CVS:
fix installing into wrong dir

21 years agoFix installing in wrong dir
David Schleef [Tue, 29 Jul 2003 00:00:17 +0000 (00:00 +0000)]
Fix installing in wrong dir

Original commit message from CVS:
Fix installing in wrong dir

21 years agosecond attempt fixing gdkpixbuf stuff
Thomas Vander Stichele [Mon, 28 Jul 2003 11:37:49 +0000 (11:37 +0000)]
second attempt fixing gdkpixbuf stuff

Original commit message from CVS:
second attempt
fixing gdkpixbuf stuff

21 years agoMake mplex build dependent on USE_MPLEX
David Schleef [Sun, 27 Jul 2003 05:32:03 +0000 (05:32 +0000)]
Make mplex build dependent on USE_MPLEX

Original commit message from CVS:
Make mplex build dependent on USE_MPLEX

21 years agoAdd mplex subdir
David Schleef [Sun, 27 Jul 2003 05:31:30 +0000 (05:31 +0000)]
Add mplex subdir

Original commit message from CVS:
Add mplex subdir

21 years agoMake mplex subdir dependent on USE_MPLEX
David Schleef [Sun, 27 Jul 2003 05:29:10 +0000 (05:29 +0000)]
Make mplex subdir dependent on USE_MPLEX

Original commit message from CVS:
Make mplex subdir dependent on USE_MPLEX

21 years agoAdd gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
David Schleef [Sun, 27 Jul 2003 05:28:17 +0000 (05:28 +0000)]
Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.

Original commit message from CVS:

Add gst-libs/ext/mplex, and check that we have C++ before enabling
mplex.

21 years agoAdd include dir for gst-libs/ext/mplex
David Schleef [Sun, 27 Jul 2003 05:26:32 +0000 (05:26 +0000)]
Add include dir for gst-libs/ext/mplex

Original commit message from CVS:
Add include dir for gst-libs/ext/mplex

21 years agoMoved to gst-libs/ext/mplex
David Schleef [Sun, 27 Jul 2003 05:24:15 +0000 (05:24 +0000)]
Moved to gst-libs/ext/mplex

Original commit message from CVS:
Moved to gst-libs/ext/mplex

21 years agoChange to build against library in gst-libs/ext/mplex
David Schleef [Sun, 27 Jul 2003 05:20:47 +0000 (05:20 +0000)]
Change to build against library in gst-libs/ext/mplex

Original commit message from CVS:
Change to build against library in gst-libs/ext/mplex

21 years agofix initialization
David Schleef [Sat, 26 Jul 2003 04:23:32 +0000 (04:23 +0000)]
fix initialization

Original commit message from CVS:
fix initialization

21 years agoNothing in this directory actually uses Freetype
David Schleef [Sat, 26 Jul 2003 04:15:39 +0000 (04:15 +0000)]
Nothing in this directory actually uses Freetype

Original commit message from CVS:
Nothing in this directory actually uses Freetype

21 years agoMoved from gst-plugins/ext/mplex/. See that directory for older changelogs.
David Schleef [Sat, 26 Jul 2003 03:01:58 +0000 (03:01 +0000)]
Moved from gst-plugins/ext/mplex/.  See that directory for older changelogs.

Original commit message from CVS:
Moved from gst-plugins/ext/mplex/.  See that directory for older
changelogs.

21 years agoCompilation fixes for 64-bit architectures
David Schleef [Fri, 25 Jul 2003 21:31:58 +0000 (21:31 +0000)]
Compilation fixes for 64-bit architectures

Original commit message from CVS:
Compilation fixes for 64-bit architectures

21 years agoCompilation fixes on 64-bit architectures
David Schleef [Fri, 25 Jul 2003 19:44:32 +0000 (19:44 +0000)]
Compilation fixes on 64-bit architectures

Original commit message from CVS:
Compilation fixes on 64-bit architectures

21 years agoRevert last change, because it is wrong.
David Schleef [Fri, 25 Jul 2003 19:42:28 +0000 (19:42 +0000)]
Revert last change, because it is wrong.

Original commit message from CVS:
Revert last change, because it is wrong.

21 years agoAdded tcp plugin to build
Angel Carpintero [Fri, 25 Jul 2003 17:06:43 +0000 (17:06 +0000)]
Added tcp plugin to build

Original commit message from CVS:
Added tcp plugin to build

21 years agoAdding needed license information. The patch was reviewed and approved by
Brian Cameron [Fri, 25 Jul 2003 10:50:48 +0000 (10:50 +0000)]
Adding needed license information.  The patch was reviewed and approved by

Original commit message from CVS:
Adding needed license information.  The patch was reviewed and approved by
Christian Shaller.  Ronald Bultje and Benjamin also responded with
comments.

21 years agoFixes to allow plugin to build with Forte.
Brian Cameron [Fri, 25 Jul 2003 10:15:53 +0000 (10:15 +0000)]
Fixes to allow plugin to build with Forte.

Original commit message from CVS:
Fixes to allow plugin to build with Forte.

21 years agoRewrote the core function. Added some nice #defines that should probably go in gstvi...
David Schleef [Fri, 25 Jul 2003 08:41:44 +0000 (08:41 +0000)]
Rewrote the core function.  Added some nice #defines that should probably go in gstvideo.h.  Fixes #118245.

Original commit message from CVS:
Rewrote the core function.  Added some nice #defines that should
probably go in gstvideo.h.  Fixes #118245.

21 years agoAdd buffer length checks to every typefinding function
David Schleef [Thu, 24 Jul 2003 08:49:43 +0000 (08:49 +0000)]
Add buffer length checks to every typefinding function

Original commit message from CVS:
Add buffer length checks to every typefinding function

21 years agoFix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
David Schleef [Wed, 23 Jul 2003 22:47:19 +0000 (22:47 +0000)]
Fix warning on 64-bit architectures.  (sizeof() returns size_t, which is not int)

Original commit message from CVS:
Fix warning on 64-bit architectures.  (sizeof() returns size_t, which
is not int)

21 years agoTake a hint from dschleef and grab the bufferpool at the last possible moment instead...
Joshua N. Pritikin [Wed, 23 Jul 2003 08:20:24 +0000 (08:20 +0000)]
Take a hint from dschleef and grab the bufferpool at the last possible moment instead of in gst_colorspace_srcconnect...

Original commit message from CVS:
Take a hint from dschleef and grab the bufferpool at the last possible
moment instead of in gst_colorspace_srcconnect_func.  I don't know
if this is the "correct" fix, but I'm going to commit anyway because
colorspace doesn't work _at_ _all_ without this change.

21 years agoFix to loop through a list of caps when calling try_set_caps(). Added a workaround...
David Schleef [Wed, 23 Jul 2003 07:26:58 +0000 (07:26 +0000)]
Fix to loop through a list of caps when calling try_set_caps().  Added a workaround for some strangeness in gst_props...

Original commit message from CVS:
Fix to loop through a list of caps when calling try_set_caps().  Added
a workaround for some strangeness in gst_props_normalize(), I think.
It doesn't seem to like GST_VIDEO_PAD_TEMPLATE_PROPS_15_16.

21 years agofamedec is not actually implemented. (it'd just a copy of fameenc.)
David Schleef [Tue, 22 Jul 2003 23:32:21 +0000 (23:32 +0000)]
famedec is not actually implemented.  (it'd just a copy of fameenc.)

Original commit message from CVS:
famedec is not actually implemented.  (it'd just a copy of fameenc.)

21 years agoForce MAKEFLAGS to -j1 since ffmpeg is not -j safe
David Schleef [Tue, 22 Jul 2003 23:13:45 +0000 (23:13 +0000)]
Force MAKEFLAGS to -j1 since ffmpeg is not -j safe

Original commit message from CVS:
Force MAKEFLAGS to -j1 since ffmpeg is not -j safe

21 years agoenable ext/mplex
David Schleef [Tue, 22 Jul 2003 22:08:13 +0000 (22:08 +0000)]
enable ext/mplex

Original commit message from CVS:
enable ext/mplex

21 years agoRemove .pc files from CLEANFILES, since it's done automatically by automake during...
David Schleef [Tue, 22 Jul 2003 21:24:51 +0000 (21:24 +0000)]
Remove .pc files from CLEANFILES, since it's done automatically by automake during distclean instead of (incorrectly)...

Original commit message from CVS:
Remove .pc files from CLEANFILES, since it's done automatically by
automake during distclean instead of (incorrectly) during clean.

21 years agoFix warnings/errors due to missing assert declaration.
David Schleef [Tue, 22 Jul 2003 21:20:06 +0000 (21:20 +0000)]
Fix warnings/errors due to missing assert declaration.

Original commit message from CVS:
Fix warnings/errors due to missing assert declaration.

21 years agoFix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x-raw...
Joshua N. Pritikin [Tue, 22 Jul 2003 09:09:27 +0000 (09:09 +0000)]
Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x-raw-{yuv,rgb}.  There probably should b...

Original commit message from CVS:
Fix another instance of audio/raw -> audio/x-raw-int and
video/raw -> video/x-raw-{yuv,rgb}.  There probably should
be a audio/x-raw-float for jacksink but I didn't add that.

21 years agoA "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
Joshua N. Pritikin [Tue, 22 Jul 2003 08:03:54 +0000 (08:03 +0000)]
A "video/raw" wasn't converted to the new "video/x-raw-yuv".  Fixed.

Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv".  Fixed.

21 years agoUpdate matroska check (see #117717)
Ronald S. Bultje [Sun, 20 Jul 2003 08:33:01 +0000 (08:33 +0000)]
Update matroska check (see #117717)

Original commit message from CVS:
Update matroska check (see #117717)

21 years ago+ the last of the float caps changes ... these are a bit more pervasive
Leif Johnson [Sat, 19 Jul 2003 23:47:42 +0000 (23:47 +0000)]
+ the last of the float caps changes ... these are a bit more pervasive

Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive

21 years ago+ changes for new float caps without slope/intercept + some category changes for...
Leif Johnson [Sat, 19 Jul 2003 23:25:25 +0000 (23:25 +0000)]
+ changes for new float caps without slope/intercept + some category changes for plugins

Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins