Where is the Source Code for fakesink

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

Where is the Source Code for fakesink

Wes Miller
Administrator
I've tried crawling through git and svc directories and searching the web.  Where is the source code for fakesink kept?

Wes
Reply | Threaded
Open this post in threaded view
|

Re: Where is the Source Code for fakesink

Thiago Sousa Santos-2
At the core module:

gstreamer/plugins/elements/gstfakesink IIRC

On Tue, Apr 13, 2010 at 7:27 PM, Wes Miller <[hidden email]> wrote:

I've tried crawling through git and svc directories and searching the web.
Where is the source code for fakesink kept?

Wes
--
View this message in context: http://n4.nabble.com/Where-is-the-Source-Code-for-fakesink-tp1839079p1839079.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; 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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



--
Thiago Sousa Santos

------------------------------------------------------------------------------
Download Intel&#174; 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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Where is the Source Code for fakesink

Tim-Philipp Müller-2
In reply to this post by Wes Miller
On Tue, 2010-04-13 at 14:27 -0800, Wes Miller wrote:

> I've tried crawling through git and svc directories and searching the web.
> Where is the source code for fakesink kept?

http://cgit.freedesktop.org/gstreamer/gstreamer/tree/plugins/elements/


gst-inspect $elementname | grep module

usually tells you in which module to find the code for an element.

 Cheers
  -Tim


------------------------------------------------------------------------------
Download Intel&#174; 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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Where is the Source Code for fakesink

Wes Miller
Administrator
In reply to this post by Wes Miller
Thanks for your answer.  I'll learn someday to ask better questions.

At what URL is the source code for fakesink located.  I yum-ed my installation and only had to guild plugins-good so I don't have a local source copy.


Wes

Reply | Threaded
Open this post in threaded view
|

Re: Where is the Source Code for fakesink

Stefan Sauer
Wes Miller wrote:

> Thanks for your answer.  I'll learn someday to ask better questions.
>
> At what URL is the source code for fakesink located.  I yum-ed my
> installation and only had to guild plugins-good so I don't have a local
> source copy.
>
>
> Wes
>
>
>  
http://cgit.freedesktop.org/gstreamer/

click the module for more info.

Stefan

------------------------------------------------------------------------------
Download Intel&#174; 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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Where is the Source Code for fakesink

Tim-Philipp Müller-2
In reply to this post by Wes Miller
On Wed, 2010-04-14 at 03:58 -0800, Wes Miller wrote:

> Thanks for your answer.  I'll learn someday to ask better questions.
>
> At what URL is the source code for fakesink located.

See:
http://thread.gmane.org/gmane.comp.video.gstreamer.devel/29125/focus=29127



------------------------------------------------------------------------------
Download Intel&#174; 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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Where is the Source Code for fakesink

Wes Miller
Administrator
In reply to this post by Stefan Sauer
Thanks Stefan for both answers.  Sorry but i missed your first response (spot on!) and had only seen the one from Thiago Sousa Santos which wasn't a URL.  

Now that i have the source, I still need to know a bunch of stuff that's buried in macros and is, for right now, more than I need to explore.  Sigh.

Wes