matroskamux on win32

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

matroskamux on win32

tyggrysio
hi,
  I have compiled matroska from CVS HEAD. I am trying to do the
following instruction:
gst-launch-0.10.exe filesrc location=movie.h264 !
video/x-h264,height=480,width=640,framerate=5/1 ! matroskamux !
filesink location=output.mkv

** (gst-launch-0.10.exe:380): WARNING **: cannot register existing
type `GstObject'
** (gst-launch-0.10.exe:380): CRITICAL **: file ..\..\gobject\gtype.c:
line 2243: assertion `parent_type > 0' failed
** (gst-launch-0.10.exe:380): CRITICAL **: file ..\..\gobject\gtype.c:
line 2243: assertion `parent_type > 0' failed
** (gst-launch-0.10.exe:380): CRITICAL **: file ..\..\gobject\gtype.c:
line 2243: assertion `parent_type > 0' failed
** (gst-launch-0.10.exe:380): WARNING **: cannot register existing
type `GstObject'
** (gst-launch-0.10.exe:380): CRITICAL **: file ..\..\gobject\gtype.c:
line 2243: assertion `parent_type > 0' failed
** (gst-launch-0.10.exe:380): CRITICAL **: file
..\..\gst\gstelementfactory.c: line 279: assertion `g_type_is_a (type,
GST_TYPE_ELEMENT)' failed
WARNING: erroneous pipeline: no element "matroskamux"

I have copied dll (libgstmatroska.dll, libgsttag-0.10.dll,
gstriff.dll)  to the lib directory (I have path GST_PLUGIN_PATH set to
this lib directory). What else should I do to gst-launch see my
matroska library?

When I run this command from my C++ code, I get only these WARNINGs
and CRITICALs - and applications seems to ignore matroskamux filter
and connects filesrc direct to filesink - beacuse it copies the file
(when started from the command line, the same pipeline fails and
nothing is done). Why there is no information that dll is missing?

Monika

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: matroskamux on win32

tyggrysio
hi,
  I would like to ask if there is everything all right with
matroskamux for win32? I am trying to use this plugin (from last CVS
HEAD repository) and I have something as output - output video is a
little bigger than source video (source is in h264 format), but it is
not a matroska file, I suppose so. When I try to play it in mplayer,
mplayer think that this is an h264 and not a matroska (and plays it as
h264). When I try to demux this output file (by mkvextract
application) - no track can be found.
My command is like:
filesrc location="in.h264" !
video/x-h264,height=480,width=640,framerate=5/1 ! matroskamux !
filesink location="out.mkv"

Are there any problems with this matroska plugin? Should I set some options?

Monika

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel