Ok thanks for input!
Obviously gstreamermm depends on gstreamer which in turn depends on glib
and libxml, I had hard time to compile gstreamer in Visual studio and
anyway by looking at gstreamer code all it does with libxml is includes a
header and there is a comment like */* TODO: do stuff */ *and that's all it
does...
gstreammer solution will be ready soon.

thanks..
~codekiddy

On Wed, Feb 25, 2015 at 2:54 AM, Marcin Kolny <marcin.ko...@gmail.com>
wrote:

> Hi,
> Actually, gstreamermm doesn't use libxml++ library since 1.0 version. You
> can find it somewhere in a comments or unused code(it will be cleaned in
> the next release), but in general, gstreamermm doesn't depend on libxml++.
>
> 2015-02-25 2:27 GMT+01:00 codekiddy <codeki...@gmail.com>:
>
>> Thank you for gstreamermm project!
>> I will create Visual Studio 2013 solution for gstreamermm right now and
>> add it to the growing list
>> <https://github.com/codekiddy2/Visual-Studio-gtkmm>of VS solutions and
>> projects for GTK+ and *mm sources.
>>
>> I have one question however, can libxml++ dependency be replaced with
>> libexpat?
>>
>> Thank you!
>> ~codekiddy
>>
>> On Tue, Feb 24, 2015 at 10:22 PM, Marcin Kolny <marcin.ko...@gmail.com>
>> wrote:
>>
>>> gstreamermm 1.4.3 is now available for download at:
>>>
>>> http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.4/
>>>
>>> f1c11ee1cf7537d77de7f8d486e09c5140cc4bb78882849718cd88959a55462e
>>> gstreamermm-1.4.3.tar.xz
>>>
>>> General Information
>>> ===================
>>>
>>> gstreamermm provides C++ bindings for the GStreamer streaming multimedia
>>> library (http://gstreamer.freedesktop.org).  With gstreamermm it is
>>> possible to
>>> develop applications that work with multimedia in C++.
>>>
>>> gstreamermm is developed over glibmm, libsigc++ and libxml++ and the
>>> functionalities they provide.  This means that, among other things,
>>> referencing
>>> and unreferencing of GObjects is handled automatically via glibmm's
>>> automatic
>>> pointer class, Glib::RefPtr, and libsigc++'s slots are used for
>>> callbacks and
>>> signals.
>>>
>>> There are several examples, including a media player, in the examples/
>>> directory, that demonstrate how to use the API.  Devhelp and html
>>> documentation is also provided and the API documentation is also found on
>>> library.gnome.org.  The core plug-ins, such as Gst::Identity and
>>> Gst::FileSrc
>>> are also provided along with many of the base plug-ins.
>>>
>>> Changes
>>> ====
>>> 1.4.3 (unstable):
>>>
>>>  * Add more methods to a wrapped classes.
>>>  * Wrapp classes: GstAllocator, GstAtomicQueue, GstContext.
>>>  * Fix miniobject's make_writable method.
>>>  * Add msvc support (vcxproj).
>>>  * Add example for elements with sometimes pads.
>>>  * Improve main page in documentation
>>>  * Fix refcount bug in Gst::Buffer::copy and QueryCaps::parse.
>>>  * Fix segfault Gst::QueryAllocation::parse_nth_allocation_meta.
>>>  * Add more unittests.
>>>
>>> Links
>>> ====
>>>
>>> git:
>>>   git://git.gnome.org/gstreamermm
>>> download:
>>>   http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/
>>> submit bugs:
>>>   http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm
>>> view bugs:
>>>
>>> http://bugzilla.gnome.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=gstreamermm&content=
>>>
>>> --
>>> Marcin Kolny
>>>
>>> _______________________________________________
>>> gtkmm-list mailing list
>>> gtkmm-list@gnome.org
>>> https://mail.gnome.org/mailman/listinfo/gtkmm-list
>>>
>>>
>>
>
>
> --
> Pozdrawiam
> Marcin Kolny
>
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to