gst/gstelementfactory.c: Remove unnecessary ref/unref pair
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 31 Jul 2006 15:07:30 +0000 (15:07 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 31 Jul 2006 15:07:30 +0000 (15:07 +0000)
commitbc3daae9c242ccfd6fee0e01f122f36c1304f108
tree1ef079559fac596864dc4e677b9ea3b18e16840c
parentee177d64c5427f8e9cf00fddad5985c7004766cf
gst/gstelementfactory.c: Remove unnecessary ref/unref pair

Original commit message from CVS:
* gst/gstelementfactory.c: (gst_element_factory_create):
Remove unnecessary ref/unref pair
* gst/parse/grammar.y:
Make sure to free the parse buffer on all code paths.
Move a g_free up to the error handler where it's easier to see.
* tests/check/gst/gstevent.c: (test_event):
Extending timeout for downstream travelling events to 10 seconds to
hopefully avoid intermittent failure on the buildbots.
* tests/check/pipelines/parse-launch.c: (run_delayed_test):
Don't manually set the state of the src element - it will happen as a
natural consequence of the pipeline changing state, and that way it
will do it in the right order too.
ChangeLog
gst/gstelementfactory.c
gst/parse/grammar.y
tests/check/gst/gstevent.c
tests/check/pipelines/parse-launch.c