Where can I get helixbin plugin

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

Where can I get helixbin plugin

yinxb
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.

---------------------------------------------------------------------------------------------------
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
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Where can I get helixbin plugin

Edward Hervey
Administrator
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
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Where can I get helixbin plugin

yinxb
In reply to this post by yinxb
Hi Edward Hervey

  Thanks for your reply.
  I will try it using GstDiscoverer.

> 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
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel