Thomas Vander Stichele [Wed, 17 Apr 2002 15:19:56 +0000 (15:19 +0000)]
more doc fixes
Original commit message from CVS:
more doc fixes
Thomas Vander Stichele [Wed, 17 Apr 2002 14:58:17 +0000 (14:58 +0000)]
more change
Original commit message from CVS:
more change
Thomas Vander Stichele [Wed, 17 Apr 2002 12:29:25 +0000 (12:29 +0000)]
remarks for doc review
Original commit message from CVS:
remarks for doc review
Thomas Vander Stichele [Wed, 17 Apr 2002 12:28:32 +0000 (12:28 +0000)]
review of gstbuffer documentation small doc fixes
Original commit message from CVS:
* review of gstbuffer documentation
* small doc fixes
Benjamin Otte [Wed, 17 Apr 2002 00:18:04 +0000 (00:18 +0000)]
fix bug with --gst-fatal-warnings when exclude_args is NULL
Original commit message from CVS:
fix bug with --gst-fatal-warnings when exclude_args is NULL
Benjamin Otte [Wed, 17 Apr 2002 00:11:53 +0000 (00:11 +0000)]
added dir and first doc about events
Original commit message from CVS:
added dir and first doc about events
Thomas Vander Stichele [Tue, 16 Apr 2002 16:27:26 +0000 (16:27 +0000)]
rename the books so the discerning elements move up front
Original commit message from CVS:
rename the books so the discerning elements move up front
Benjamin Otte [Tue, 16 Apr 2002 14:45:53 +0000 (14:45 +0000)]
yay, a new option to play with! added -X / --exclude to exclude output of specific properties. Currently only --exclu...
Original commit message from CVS:
yay, a new option to play with!
added -X / --exclude to exclude output of specific properties. Currently only --exclude will work because we're not on popt 1.6.3 yet (blame it on Debian).
removed the harcoded excluding of the 'offset' property. You need to specify --exclude=offset now if you want your old output back
Andy Wingo [Tue, 16 Apr 2002 13:47:50 +0000 (13:47 +0000)]
Added --gst-fatal-warnings, the same as --g-fatal-warnings
Original commit message from CVS:
Added --gst-fatal-warnings, the same as --g-fatal-warnings
It's named differently to avoid conflicting with --g-fatal-warnings, which is parsed
by gtk (which we don't depend on)
David I. Lehn [Mon, 15 Apr 2002 09:32:43 +0000 (09:32 +0000)]
0.3.4-1 packaging info
Original commit message from CVS:
0.3.4-1 packaging info
Thomas Vander Stichele [Mon, 15 Apr 2002 09:21:14 +0000 (09:21 +0000)]
merged back fixes from release branch
Original commit message from CVS:
merged back fixes from release branch
Thomas Vander Stichele [Mon, 15 Apr 2002 09:19:09 +0000 (09:19 +0000)]
added branch merging comments
Original commit message from CVS:
added branch merging comments
Benjamin Otte [Sun, 14 Apr 2002 23:02:41 +0000 (23:02 +0000)]
declare those stuff extern. My windec doesn't like it without :)
Original commit message from CVS:
declare those stuff extern. My windec doesn't like it without :)
Thomas Vander Stichele [Sun, 14 Apr 2002 22:58:40 +0000 (22:58 +0000)]
mmore updates
Original commit message from CVS:
mmore updates
Thomas Vander Stichele [Sun, 14 Apr 2002 19:21:50 +0000 (19:21 +0000)]
release done, yay !
Original commit message from CVS:
release done, yay !
Benjamin Otte [Sun, 14 Apr 2002 14:59:34 +0000 (14:59 +0000)]
we don't use // in code we commit :)
Original commit message from CVS:
hi wtay (and some others): we don't use // in code we commit :)
Wim Taymans [Sun, 14 Apr 2002 13:39:15 +0000 (13:39 +0000)]
This is all a quick hack...
Original commit message from CVS:
This is all a quick hack...
Thomas Vander Stichele [Sun, 14 Apr 2002 13:06:39 +0000 (13:06 +0000)]
more notes
Original commit message from CVS:
more notes
Steve Baker [Sun, 14 Apr 2002 11:50:18 +0000 (11:50 +0000)]
more _
Original commit message from CVS:
more _
Steve Baker [Sun, 14 Apr 2002 11:48:51 +0000 (11:48 +0000)]
cannot use _ in unit names for some reason.
Original commit message from CVS:
cannot use _ in unit names for some reason.
Wim Taymans [Sun, 14 Apr 2002 11:35:03 +0000 (11:35 +0000)]
Added more funky cases
Original commit message from CVS:
Added more funky cases
Wim Taymans [Sun, 14 Apr 2002 11:06:20 +0000 (11:06 +0000)]
Made dynamic pads work for sinkpads with no padtemplate
Original commit message from CVS:
Made dynamic pads work for sinkpads with no padtemplate
Steve Baker [Sun, 14 Apr 2002 10:16:47 +0000 (10:16 +0000)]
update for changed dparams api
Original commit message from CVS:
update for changed dparams api
Steve Baker [Sun, 14 Apr 2002 10:13:24 +0000 (10:13 +0000)]
- changed the output so that the names of elements can be parsed by gst-inspect-check
Original commit message from CVS:
- changed the output so that the names of elements can be parsed by gst-inspect-check
- display the range of the element properties
- display the available dparams, just like the properties
- added int64 to element properties displayed
Steve Baker [Sun, 14 Apr 2002 10:11:14 +0000 (10:11 +0000)]
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available. I think it is ok to link he...
Original commit message from CVS:
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available. I think it is ok to link helper libraries like libgstcontrol to the apps in tools/.
Steve Baker [Sun, 14 Apr 2002 10:08:21 +0000 (10:08 +0000)]
added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another.
Original commit message from CVS:
added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another.
Any required dparam now needs to specify what unit it represents so that an app can convert it to some other unit for presentation/other purposes.
Also added GST_DPMAN_PROCESS_CHUNK macro for elements which don't process their audio one sample at a time (ie, ladspa).
Steve Baker [Sun, 14 Apr 2002 10:01:54 +0000 (10:01 +0000)]
fixed d'oh error
Original commit message from CVS:
fixed d'oh error
Steve Baker [Sun, 14 Apr 2002 10:00:21 +0000 (10:00 +0000)]
ARG_LOCATIONS is a pointer
Original commit message from CVS:
ARG_LOCATIONS is a pointer
Steve Baker [Sun, 14 Apr 2002 09:59:13 +0000 (09:59 +0000)]
ARG_ERROR_AFTER is an int
Original commit message from CVS:
ARG_ERROR_AFTER is an int
Steve Baker [Sun, 14 Apr 2002 09:58:14 +0000 (09:58 +0000)]
offset is an int64
Original commit message from CVS:
offset is an int64
Steve Baker [Sun, 14 Apr 2002 09:57:15 +0000 (09:57 +0000)]
make the NULL check silent since it might be valid.
Original commit message from CVS:
make the NULL check silent since it might be valid.
Andy Wingo [Sat, 13 Apr 2002 17:11:42 +0000 (17:11 +0000)]
quote spaces in tokens passed to gst_parse_launchv. this restores the old (shell-friendly) quoting behavior.
Original commit message from CVS:
quote spaces in tokens passed to gst_parse_launchv. this restores the old
(shell-friendly) quoting behavior.
Thomas Vander Stichele [Sat, 13 Apr 2002 11:00:29 +0000 (11:00 +0000)]
put in devhelp stuff as well
Original commit message from CVS:
put in devhelp stuff as well
Andy Wingo [Fri, 12 Apr 2002 20:06:14 +0000 (20:06 +0000)]
feeble attempts to handle dynamic connections
Original commit message from CVS:
feeble attempts to handle dynamic connections
Thomas Vander Stichele [Fri, 12 Apr 2002 19:02:00 +0000 (19:02 +0000)]
api changes
Original commit message from CVS:
api changes
Thomas Vander Stichele [Fri, 12 Apr 2002 18:59:11 +0000 (18:59 +0000)]
api changes
Original commit message from CVS:
api changes
Thomas Vander Stichele [Fri, 12 Apr 2002 18:55:16 +0000 (18:55 +0000)]
silly me
Original commit message from CVS:
silly me
Thomas Vander Stichele [Fri, 12 Apr 2002 18:50:48 +0000 (18:50 +0000)]
more registry fixes
Original commit message from CVS:
more registry fixes
Thomas Vander Stichele [Fri, 12 Apr 2002 18:26:17 +0000 (18:26 +0000)]
reg.xml to registry.xml adding spaces
Original commit message from CVS:
* reg.xml to registry.xml
* adding spaces
David I. Lehn [Fri, 12 Apr 2002 17:08:48 +0000 (17:08 +0000)]
include gstqueue.h and gsttypefind.h
Original commit message from CVS:
include gstqueue.h and gsttypefind.h
Thomas Vander Stichele [Fri, 12 Apr 2002 16:30:00 +0000 (16:30 +0000)]
Release notes go in the branches, so we can safely put a warning here
Original commit message from CVS:
Release notes go in the branches, so we can safely put a warning here
Thomas Vander Stichele [Fri, 12 Apr 2002 16:22:32 +0000 (16:22 +0000)]
doc fixes to match API
Original commit message from CVS:
doc fixes to match API
Thomas Vander Stichele [Fri, 12 Apr 2002 15:28:40 +0000 (15:28 +0000)]
make GST_CONFIG_DIR work with sysconfdir
Original commit message from CVS:
make GST_CONFIG_DIR work with sysconfdir
Thomas Vander Stichele [Fri, 12 Apr 2002 14:38:19 +0000 (14:38 +0000)]
check fix
Original commit message from CVS:
check fix
Thomas Vander Stichele [Fri, 12 Apr 2002 13:46:59 +0000 (13:46 +0000)]
add clocking stuff to gst.h
Original commit message from CVS:
add clocking stuff to gst.h
Thomas Vander Stichele [Fri, 12 Apr 2002 11:33:24 +0000 (11:33 +0000)]
additions for release notes
Original commit message from CVS:
additions for release notes
Thomas Vander Stichele [Fri, 12 Apr 2002 09:53:00 +0000 (09:53 +0000)]
registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transpare...
Original commit message from CVS:
registry handling changes
read up on it in docs/random/thomasvs/registry if interested
net effect should be transparent; ie. it will keep on working, but will
be more flexible than before. Testing with garnome seems to work now.
Should probably be rewritten completely, together with plugin loading, but
only after we spec it out ;) It's a bit messy.
Thomas Vander Stichele [Fri, 12 Apr 2002 09:43:11 +0000 (09:43 +0000)]
more docbuilding notes
Original commit message from CVS:
more docbuilding notes
Thomas Vander Stichele [Fri, 12 Apr 2002 09:38:47 +0000 (09:38 +0000)]
code review
Original commit message from CVS:
code review
Thomas Vander Stichele [Fri, 12 Apr 2002 09:30:30 +0000 (09:30 +0000)]
development notes
Original commit message from CVS:
development notes
Thomas Vander Stichele [Fri, 12 Apr 2002 09:24:37 +0000 (09:24 +0000)]
various include fixes, adding a doc on why as well
Original commit message from CVS:
various include fixes, adding a doc on why as well
Thomas Vander Stichele [Thu, 11 Apr 2002 20:43:34 +0000 (20:43 +0000)]
update to new ideas
Original commit message from CVS:
update to new ideas
Andy Wingo [Thu, 11 Apr 2002 20:35:18 +0000 (20:35 +0000)]
commit to make gstreamer follow the gtk function/macro naming conventions:
Original commit message from CVS:
commit to make gstreamer follow the gtk function/macro naming conventions:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
and the same for *factory and typefind.
Thomas Vander Stichele [Thu, 11 Apr 2002 10:36:41 +0000 (10:36 +0000)]
more werror fixes
Original commit message from CVS:
more werror fixes
Thomas Vander Stichele [Thu, 11 Apr 2002 09:14:58 +0000 (09:14 +0000)]
removing unused vars
Original commit message from CVS:
removing unused vars
Thomas Vander Stichele [Wed, 10 Apr 2002 17:16:05 +0000 (17:16 +0000)]
distcheck fixes
Original commit message from CVS:
distcheck fixes
Thomas Vander Stichele [Wed, 10 Apr 2002 16:50:00 +0000 (16:50 +0000)]
-Werror fix
Original commit message from CVS:
-Werror fix
Thomas Vander Stichele [Mon, 8 Apr 2002 22:46:59 +0000 (22:46 +0000)]
registry ideas doc and an idea for guadec-4 presentation guadec rocks !
Original commit message from CVS:
registry ideas doc and an idea for guadec-4 presentation
guadec rocks !
Andy Wingo [Sun, 7 Apr 2002 23:32:16 +0000 (23:32 +0000)]
new parser that uses flex and bison
Original commit message from CVS:
* new parser that uses flex and bison
- doesn't do dynamic pipelines yet...
* added GErrors to the gst_parse_launch[v] api
* added --gst-mask-help command line option
* fixed -o option for gst-launch
* GstElement api change:
- gst_element_get_pad
- gst_element_get_request_pad, gst_element_get_static_pad
- gst_element_get_compatible_pad
- gst_element_get_compatible_static_pad, gst_element_get_compatible_request_pad
- gst_element_[dis]connect -> gst_element_[dis]connect_pads
- gst_element_[dis]connect_elements -> gst_element_[dis]connect
* manual update
* example, tool, and doc updates for the api changes
- no more plugin docs in the core docs, plugins require a more
extensive doc system
Benjamin Otte [Sat, 6 Apr 2002 18:59:39 +0000 (18:59 +0000)]
added 'extern C' stuff to some headers
Original commit message from CVS:
added 'extern C' stuff to some headers
Benjamin Otte [Thu, 4 Apr 2002 19:36:57 +0000 (19:36 +0000)]
added -Werror to compile flags.
Original commit message from CVS:
added -Werror to compile flags.
drawback: glib >= 2.0.1 is needed to compile without warnings
Benjamin Otte [Thu, 4 Apr 2002 19:28:23 +0000 (19:28 +0000)]
fix all compiler warnings
Original commit message from CVS:
fix all compiler warnings
Wim Taymans [Wed, 3 Apr 2002 18:26:03 +0000 (18:26 +0000)]
GST_DEBUG and _INFO should have no trailing \n
Original commit message from CVS:
GST_DEBUG and _INFO should have no trailing \n
Wim Taymans [Wed, 3 Apr 2002 06:27:25 +0000 (06:27 +0000)]
Fix a compile error.
Original commit message from CVS:
Fix a compile error.
jim thornton [Tue, 2 Apr 2002 16:38:05 +0000 (16:38 +0000)]
add useful debugging output
Original commit message from CVS:
patch from jim thornton <jthornton@parc.com>:
add useful debugging output
jim thornton [Tue, 2 Apr 2002 16:33:21 +0000 (16:33 +0000)]
Buffer flag symbols are enum values, so |'ing together doesn't do the right thing, must use GST_BUFFER_FLAG_SET macro
Original commit message from CVS:
patch from jim thornton <jthornton@parc.com>:
Buffer flag symbols are enum values, so |'ing together doesn't do the right
thing, must use GST_BUFFER_FLAG_SET macro
Steve Baker [Tue, 2 Apr 2002 09:03:21 +0000 (09:03 +0000)]
Added a signal which notifies when a required dparam is added.
Original commit message from CVS:
Added a signal which notifies when a required dparam is added.
Added gst_dpman_bypass_dparam so that some dparams can be exposed as object properties as well. If the object property is set, a connected dparam is disconnected to avoid the two subsystems fighting over setting the value.
Thomas Vander Stichele [Mon, 1 Apr 2002 18:03:59 +0000 (18:03 +0000)]
add bison to reqs
Original commit message from CVS:
add bison to reqs
Andy Wingo [Mon, 1 Apr 2002 06:30:39 +0000 (06:30 +0000)]
form a semantic representation of the pipeline in preparation for actual instantiation.
Original commit message from CVS:
* form a semantic representation of the pipeline in preparation for
actual instantiation.
the parser is shaping up quite nicely; it should, in theory, be able to create
all types of pipelines that gstreamer supports
Andy Wingo [Mon, 1 Apr 2002 04:36:56 +0000 (04:36 +0000)]
the parser works properly, but it doesn't do anything yet
Original commit message from CVS:
* the parser works properly, but it doesn't do anything yet
Andy Wingo [Sun, 31 Mar 2002 21:09:17 +0000 (21:09 +0000)]
add (incomplete) flex/bison-based parser to cvs the tokenizer is functional, but the grammar definition is bad. this ...
Original commit message from CVS:
add (incomplete) flex/bison-based parser to cvs
the tokenizer is functional, but the grammar definition is bad. this
probably breaks distcheck somehow, but hey.
Wim Taymans [Sun, 31 Mar 2002 16:27:28 +0000 (16:27 +0000)]
Get rid of the warning
Original commit message from CVS:
Get rid of the warning
Wim Taymans [Sun, 31 Mar 2002 15:28:51 +0000 (15:28 +0000)]
Small updates to the manual
Original commit message from CVS:
Small updates to the manual
Wim Taymans [Sun, 31 Mar 2002 14:04:50 +0000 (14:04 +0000)]
Documentation updates
Original commit message from CVS:
Documentation updates
Added dump to identity
Fix some warnings in gstelement
Wim Taymans [Sun, 31 Mar 2002 14:00:33 +0000 (14:00 +0000)]
Documentation updates
Original commit message from CVS:
Documentation updates
Andy Wingo [Sat, 30 Mar 2002 19:31:14 +0000 (19:31 +0000)]
add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p...
Original commit message from CVS:
* add notify back to filesrc, it's needed for MVC applications
* remove notify printouts from gst-launch
* cleanup in gst-plugins configure.ac
* some jack updates
* remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name,
but it's what we have for the moment)
* improve parsing of request pad names, no more sscanf
* fixes to the fastscheduler Makefile.am
Wim Taymans [Sat, 30 Mar 2002 17:09:53 +0000 (17:09 +0000)]
Added some sanity checks
Original commit message from CVS:
Added some sanity checks
Wim Taymans [Sat, 30 Mar 2002 17:08:02 +0000 (17:08 +0000)]
Changed to the new props API
Original commit message from CVS:
Changed to the new props API
Wim Taymans [Sat, 30 Mar 2002 17:06:45 +0000 (17:06 +0000)]
Updates to the new props API
Original commit message from CVS:
Updates to the new props API
Some more info in -inspect
Wim Taymans [Sat, 30 Mar 2002 17:05:03 +0000 (17:05 +0000)]
- Remove the propsprivate header file
Original commit message from CVS:
- Remove the propsprivate header file
- Added new API for properties.
- Moved the clock distribution to the scheduler.
- Removed the lock from GstCaps
- Added boxed types for Caps/Props
- Simplified the clock, new systemclock implementation
- Removed deprecated element_info/send_event functions
- First step at exposing more info in the pad_connect functions
- Queue cleanup
- Make the scheduler aware of other schedulers inside it
- Added the _SELF_SCHEDULABLE flag to gstthread
- Removed _get_widget from _utils, changed to new props API
- Make fakesink sync on timestamps when requested
- Removed the offset notify from filesrc
- Added a fast scheduler
- some scheduler cleanups.
jim thornton [Wed, 27 Mar 2002 04:29:46 +0000 (04:29 +0000)]
"bugfix for intersecting int list with int range: the proper intersection should be those ints in the list that lie w...
Original commit message from CVS:
apply patch from jim thornton <jthornton@parc.com>:
"bugfix for intersecting int list with int range: the proper intersection
should be those ints in the list that lie within the range (rather than an
empty intersection)."
the reverse of this case doesn't exist, because if the entry1 is a list,
the members are broken out and tested seperately, therefore the intersection
would be int <-> int range, which does work.
Andy Wingo [Mon, 25 Mar 2002 05:01:02 +0000 (05:01 +0000)]
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
Andy Wingo [Sun, 24 Mar 2002 22:07:09 +0000 (22:07 +0000)]
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
Andy Wingo [Sun, 24 Mar 2002 20:55:45 +0000 (20:55 +0000)]
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...
Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.
* put the lib path before all others, for speed reasons.
* some fixes to adder's caps.
* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.
Steve Baker [Sun, 24 Mar 2002 14:06:02 +0000 (14:06 +0000)]
here are the dparams docs for apps writers. now back to hacking, yo!
Original commit message from CVS:
here are the dparams docs for apps writers. now back to hacking, yo!
David I. Lehn [Sun, 24 Mar 2002 11:32:03 +0000 (11:32 +0000)]
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
Original commit message from CVS:
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
Very important for python bindings to know it's getting an GObject
vs a boxed anonymous pointer.
David I. Lehn [Thu, 21 Mar 2002 23:34:08 +0000 (23:34 +0000)]
acconfig.h usage deprecated
Original commit message from CVS:
acconfig.h usage deprecated
David I. Lehn [Thu, 21 Mar 2002 23:32:24 +0000 (23:32 +0000)]
clean up magic file
Original commit message from CVS:
clean up magic file
David I. Lehn [Thu, 21 Mar 2002 08:21:40 +0000 (08:21 +0000)]
0.3.3-1 packaging update
Original commit message from CVS:
0.3.3-1 packaging update
Andy Wingo [Wed, 20 Mar 2002 21:45:09 +0000 (21:45 +0000)]
s/Gnome-Streamer/GStreamer/
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
Andy Wingo [Tue, 19 Mar 2002 17:07:20 +0000 (17:07 +0000)]
do the genmarshalling to temp files, then move the temp files over
Original commit message from CVS:
do the genmarshalling to temp files, then move the temp files over
Andy Wingo [Tue, 19 Mar 2002 05:46:38 +0000 (05:46 +0000)]
let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
Original commit message from CVS:
let's not give our plugins -release versioning
make clean before rebuilding after you update on this one...
Andy Wingo [Tue, 19 Mar 2002 04:10:13 +0000 (04:10 +0000)]
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.
Andy Wingo [Tue, 19 Mar 2002 01:39:45 +0000 (01:39 +0000)]
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
Andy Wingo [Mon, 18 Mar 2002 04:41:37 +0000 (04:41 +0000)]
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
Benjamin Otte [Mon, 18 Mar 2002 00:09:10 +0000 (00:09 +0000)]
bugfix for gst_element_request_pad_by_name returning NULL even though a template was available
Original commit message from CVS:
bugfix for gst_element_request_pad_by_name returning NULL even though a template was available
David I. Lehn [Sun, 17 Mar 2002 21:58:54 +0000 (21:58 +0000)]
latest 0.3.2 packaging info
Original commit message from CVS:
latest 0.3.2 packaging info
Benjamin Otte [Sun, 17 Mar 2002 00:41:46 +0000 (00:41 +0000)]
we don't want to run _dispose twice on the scheduler, do we?
Original commit message from CVS:
we don't want to run _dispose twice on the scheduler, do we?
Thomas Vander Stichele [Fri, 15 Mar 2002 22:17:20 +0000 (22:17 +0000)]
uhm, shouldn't have done that this is righter
Original commit message from CVS:
uhm, shouldn't have done that
this is righter
Thomas Vander Stichele [Fri, 15 Mar 2002 22:16:40 +0000 (22:16 +0000)]
automake 1.6 patch ;)
Original commit message from CVS:
automake 1.6 patch ;)