Commit graph

35 commits

Author SHA1 Message Date
Wim Taymans
4e9426038d - query/eventmask/formats functions
Original commit message from CVS:
- query/eventmask/formats functions
2002-07-24 21:43:44 +00:00
Wim Taymans
562ae61a61 - use _merge instead of _append
Original commit message from CVS:
- use _merge instead of _append
- unref events
2002-07-08 19:43:33 +00:00
Wim Taymans
492fe80f2b Disable sync
Original commit message from CVS:
Disable sync
2002-06-08 23:48:43 +00:00
Thomas Vander Stichele
c9b2547508 changed the comment, hope it is of use to someone sometime somehow
Original commit message from CVS:
changed the comment, hope it is of use to someone sometime somehow
2002-06-05 21:43:28 +00:00
Thomas Vander Stichele
54fb0d72f0 prettier output
Original commit message from CVS:
prettier output
2002-06-05 21:41:19 +00:00
Thomas Vander Stichele
590af8cc07 easy fix for mpegdemux being lost for Uraeus and me
Original commit message from CVS:
easy fix for mpegdemux being lost for Uraeus and me
2002-06-05 21:33:51 +00:00
Steve Baker
8d6dc6a67e add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't any...
Original commit message from CVS:
add ranks only for plugins who participate in autoplugging.  If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-31 08:24:31 +00:00
Wim Taymans
ccc2d53203 Disable SCR interpollation, it seems wrog add timestamps to private streams
Original commit message from CVS:
Disable SCR interpollation, it seems wrog
add timestamps to private streams
2002-05-27 22:38:23 +00:00
Wim Taymans
857fa1192d Fix property bug
Original commit message from CVS:
Fix property bug
2002-05-26 23:17:50 +00:00
Wim Taymans
b0c33553d3 - Changed plugins for new APIs
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
2002-05-26 21:59:22 +00:00
Steve Baker
ee40ec1e0a use new bytestream api
Original commit message from CVS:
use new bytestream api
2002-05-15 19:08:16 +00:00
Andy Wingo
06989d4c52 a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
Thomas Vander Stichele
58896333c7 more mergeback from the latest release
Original commit message from CVS:
more mergeback from the latest release
2002-04-15 09:27:02 +00:00
Wim Taymans
78c3873c67 Rename the padtemplate name for private streams
Original commit message from CVS:
Rename the padtemplate name for private streams
2002-04-14 13:40:01 +00:00
Wim Taymans
8e81987438 Changed the padtemplate nametemplates to something parsable.
Original commit message from CVS:
Changed the padtemplate nametemplates to something parsable.
2002-04-13 17:38:40 +00:00
Andy Wingo
1f45cc0b2b GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE

same with *factory and typefind.

also, some -Werror fixes.
2002-04-11 20:42:25 +00:00
Benjamin Otte
0e102b69f9 fixed first bunch of compiler warnings
Original commit message from CVS:
fixed first bunch of compiler warnings
2002-04-06 03:40:15 +00:00
Andy Wingo
4ebed89637 filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
Andy Wingo
2ebabe996e s/Gnome-Streamer/GStreamer/
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo
f6c63f0d8e removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19 04:10:05 +00:00
Andy Wingo
29ea57179f s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-19 01:39:42 +00:00
Wim Taymans
19329fad4a remove send_event
Original commit message from CVS:
remove send_event
2002-02-06 23:00:15 +00:00
Wim Taymans
fd97b5a8a3 Assorted fixes.
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
2002-02-03 20:10:04 +00:00
Wim Taymans
76e4e1449c Destroy the bytestream object when we go to paused
Original commit message from CVS:
Destroy the bytestream object when we go to paused
2002-02-02 13:57:30 +00:00
Wrobell
60801db21a - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 11:37:18 +00:00
Wim Taymans
8693a11ba2 Bring the plugins in sync with the new core capsnego system.
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
2002-01-13 22:27:24 +00:00
Wim Taymans
614da644e4 Added the beginnings of an RFC 2250 compliant packetizer.
Original commit message from CVS:
Added the beginnings of an RFC 2250 compliant packetizer.
2001-12-31 03:03:05 +00:00
Wim Taymans
3b17020e4a Call the default handler for events.
Original commit message from CVS:
Call the default handler for events.
2001-12-26 20:31:50 +00:00
Wim Taymans
7e121e45c0 Set pad caps
Original commit message from CVS:
Set pad caps
2001-12-26 20:14:07 +00:00
Thomas Vander Stichele
7a276837fa right lib header
Original commit message from CVS:
right lib header
2001-12-24 10:04:11 +00:00
Wim Taymans
7f4426d116 Added back the per channel PTS parsing.
Original commit message from CVS:
Added back the per channel PTS parsing.
2001-12-23 23:18:39 +00:00
Wim Taymans
2e3745fa62 Redid the lost changes.
Original commit message from CVS:
Redid the lost changes.
2001-12-23 22:37:07 +00:00
Thomas Vander Stichele
aa8fa44a3c imported new code
Original commit message from CVS:
imported new code
2001-12-23 20:52:21 +00:00
Thomas Vander Stichele
589ade4357 made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast becau...
Original commit message from CVS:
made changes everywhere to accomodate for the headers being in
<gst/(lib)/...>
we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything
and I can't do it right now because I disabled all of the plugins here ;)
2001-12-23 12:18:18 +00:00
Andy Wingo
f406b9f9c3 Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 23:26:48 +00:00