Administrator
|
This post was updated on .
I put together an application to find the duration of the video file. problem
is that I cannot seem to get the application to run on its own without the gstreamer installed. The error only comes up with Discoverer. I have set the .lib files and have the .dll files needed. I can run this without the .dll files in the local folder with the application. I have gst_init() and ges_init() in the application. it only seems to have the error when the gst_init() call. any ideas? 0:00:00.101485400 8124 01721580 WARN discoverer gstdiscoverer.c:1812:start_discovering: No URI to process 0:00:00.102203100 8124 01721580 WARN default ges-meta-container.c:208:_set_value:<GESAsset@05B400A0> Could not set value on item: format-version 0:00:00.102272700 8124 01721580 WARN default ges-meta-container.c:208:_set_value:<GESAsset@05B400E0> Could not set value on item: format-version 0:00:00.102338200 8124 01721580 WARN default ges-meta-container.c:208:_set_value:<GESAsset@05B40120> Could not set value on item: format-version ----- ------------------------------ Gstreamer 1.14.3 ------------------------------ Windows -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list gstreamer-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2 ------------------------------ Windows |
I am not sure I understand what your problem is, your logs doesn't help. Could you describe what you do exactly, what you expect and what actually happens. Thanks, - Thibault On Thu, Nov 14, 2019 at 4:51 PM killerrats <[hidden email]> wrote: I put together an application to find the duration of the video file. problem _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Administrator
|
All i am trying to do is get the metadata off of the video file. but doesn't seem to work when load specific
------------------------------
Gstreamer 1.14.3 ------------------------------ Windows Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2 ------------------------------ Windows |
Administrator
|
This post was updated on .
In reply to this post by Thibault Saunier-4
got it. had to load the plugin: libgstlibav.dll and libgsttypefindfunctions.dll which has the
names for the typefind plugin. in the error it showed the uri couldn't find type of media file. which I thought of maybe I have to look for the video/x-h264 or video/mpeg4 or video /quicktime. which is found in the libgsttypefindfunctions.dll. ----- ------------------------------ Gstreamer 1.14.3 ------------------------------ Windows -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list gstreamer-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2 ------------------------------ Windows |
Free forum by Nabble | Edit this page |