The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2005/04/25	kaffeetisch

	* MANIFEST, META.yml, Makefile.PL, NEWS, README: Release 0.01.

2005/04/03	kaffeetisch

	* t/GstPad.t: Also include 0.8.7 in the set_explicit_caps() skip.

2005/03/29	kaffeetisch

	* MANIFEST, README: Add a rudimentary README.

	* Makefile.PL: Add FIXMEs so I remember to bump the required
	version of Glib and Gtk2 once the releases are out.

2005/03/29	kaffeetisch

	* xs/Gst.xs: Call gst_buffer_get_type() during BOOT to make sure
	GstBuffer's type macro is valid.

	* t/GstBuffer.t, t/GstCaps.t, t/GstClockt.t, t/GstElement.t,
	t/GstPad.t, t/GstPlugin.t, xs/GstBuffer.xs, xs/GstCaps.xs,
	xs/GstClock.xs, xs/GstElement.xs, xs/GstPad.xs, xs/GstPlugin.xs:
	Add version guards and skips around function that appeared during
	the 0.8.x series of GStreamer.

	* MANIFEST, TODO: Add TODO file that lists things that still need
	some love.

2005/03/25	kaffeetisch

	* GStreamer.pm, t/Gst.t, examples/manual/dynamic.pl: Bind, test,
	and use the GST_RANK_NONE GST_RANK_MARGINAL GST_RANK_SECONDARY
	GST_RANK_PRIMARY constants.

	* gst2perl.h, xs/GstClock.xs: Add GstClockTime and
	GstClockTimeDiff converters in addition to the typemap.  Use them
	whereever appropriate.

	* t/GstElement.t, t/GstScheduler.t, xs/GstElement.xs,
	xs/GstScheduler.xs: Bind and test gst_element_clock_wait and
	gst_scheduler_clock_wait.

	* xs/GstCaps.xs, xs/GstPluginFeature.xs: Fix some comments.

2005/03/23	kaffeetisch

	* GStreamer.pm, LICENSE, MANIFEST, Makefile.PL, copyright.pod,
	doctypes, gst.typemap, gst2perl.h, maps, examples/manual/bin.pl,
	examples/manual/decodebin.pl, examples/manual/dynamic.pl,
	examples/manual/elementcreate.pl,
	examples/manual/elementfactory.pl, examples/manual/elementget.pl,
	examples/manual/elementlink.pl, examples/manual/elementmake.pl,
	examples/manual/fakesrc.pl, examples/manual/ghostpad.pl,
	examples/manual/helloworld.pl, examples/manual/init.pl,
	examples/manual/pad.pl, examples/manual/playbin.pl,
	examples/manual/query.pl, examples/manual/threads.pl,
	examples/manual/typefind.pl, t/Gst.t, t/GstBin.t, t/GstBuffer.t,
	t/GstCaps.t, t/GstClock.t, t/GstData.t, t/GstElement.t,
	t/GstEvent.t, t/GstFormat.t, t/GstIndex.t, t/GstObject.t,
	t/GstPad.t, t/GstParse.t, t/GstPipeline.t, t/GstPlugin.t,
	t/GstPluginFeature.t, t/GstQuery.t, t/GstRegistry.t,
	t/GstRegistryPool.t, t/GstScheduler.t, t/GstStructure.t,
	t/GstThread.t, xs/Gst.xs, xs/GstBin.xs, xs/GstBuffer.xs,
	xs/GstCaps.xs, xs/GstClock.xs, xs/GstData.xs, xs/GstElement.xs,
	xs/GstError.xs, xs/GstEvent.xs, xs/GstFormat.xs, xs/GstIndex.xs,
	xs/GstObject.xs, xs/GstPad.xs, xs/GstParse.xs, xs/GstPipeline.xs,
	xs/GstPlugin.xs, xs/GstPluginFeature.xs, xs/GstQuery.xs,
	xs/GstRegistry.xs, xs/GstRegistryPool.xs, xs/GstScheduler.xs,
	xs/GstStructure.xs, xs/GstThread.xs, xs/GstValue.xs: Intial
	import.