[gst-devel] g_signal_connect question
thiagossantos at gmail.com
thiagossantos at gmail.com
Thu Mar 18 16:19:24 CET 2010
On Thu, Mar 18, 2010 at 11:57 AM, wanting2learn <wanting2learn at hotmail.co.uk
> wrote:
>
> I notice that there are lots of plug-ins that do not have information about
> them.
>
> e.g
> qtmux Quicktime Muxer plugin
> gppmux Multiplex audio and video into a 3GPP file
> mj2mux Multiplex audio and video into a MJ2 file
> mp4mux Multiplex audio and video into a MP4 file
> qtmoovrecover Recovers unfinished qtmux files
> qtmux Multiplex audio and video into a QuickTime file
>
>
Those elements have properties listed. The don't have signals/actions. As
Tim has said, those elements inherit from GstElement/GObject, so you should
check the docs for them to know what signals/actions/properties they might
inherit from it.
Example, you can check
http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer/html/GstElement.htmlfor
GstElement docs.
>
> Why is this?? and how can I find out information about these??
>
> Thanks
> --
> View this message in context:
> http://n4.nabble.com/g-signal-connect-question-tp1598012p1598071.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
--
Thiago Sousa Santos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100318/8d42c946/attachment.htm>
More information about the gstreamer-devel
mailing list