Where can I get helixbin plugin
Edward Hervey
bilboed at gmail.com
Thu Apr 21 01:26:52 PDT 2011
Hi,
On Thu, 2011-04-21 at 14:19 +0800, yinxb wrote:
> Hi
>
> I am a new comer to gstreamer.
> Recently,I used the tracker to check the rm/rmvb videofiles in Meego.
> Because the tracker uses the tracker-extract-helix to get the rm/rmvb
> metainfo,code pieces are as followed:
> ------
> ......
> extractor->playbin = gst_element_factory_make ("helixbin", "playbin");
> ......
> ------
> But there is not helixplugin in Meego,
> So,Where can I get the gstreamer helixbin plugins?
>
> ps
> rm/rmvb files can be played from the commandline using playbin2.
That last line is the answer to your problem.
Or more extensively:
* helixbin was a hack from several years back for a very specific
device.
* If works with playbin2 ... so just make real files 'analyzed' by the
standard tracker extraction tool
* Kill/remove/anihilate the helix extractor
* And if you want better performances, you should consider moving the
extractor code over to GstDiscoverer[1] which will do what you want and
more.
Edward
[1]
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstdiscoverer.html
>
> ---------------------------------------------------------------------------------------------------
> Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s)
> is intended only for the use of the intended recipient and may be confidential and/or privileged of
> Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is
> not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying
> is strictly prohibited, and may be unlawful.If you have received this communication in error,please
> immediately notify the sender by return e-mail, and delete the original message and all copies from
> your system. Thank you.
> ---------------------------------------------------------------------------------------------------
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list