[gst-devel] How do I get gst-inspect properties for v4l2src device other than /dev/video0?
Stefan Kost
ensonic at hora-obscura.de
Tue Apr 20 20:47:18 CEST 2010
Am 19.04.2010 19:20, schrieb Short, Jonathan:
>
>> -----Original Message-----
>> From: Edward Hervey [mailto:bilboed at gmail.com]
>> Sent: Saturday, April 17, 2010 12:15 PM
>> To: Discussion of the development of GStreamer
>> Subject: Re: [gst-devel] How do I get gst-inspect properties for
>> v4l2src device other than /dev/video0?
>>
>> On Fri, 2010-04-16 at 14:53 -0500, Kulecz, Walter (JSC-SK)[WYLE INTEG.
>> SCI. & ENG.] wrote:
>>>> Camera sources are live-sources. That means
>> GST_BUFFER_TIMESTAMP(buf) is
>>>> a clock sample of the time when the frame was captured
>>>> (clocktime-basetime). Thats why it is a good idea to use operating
>>>> system mechanisms to run those capture threads at higher priority
>> or
>>>> even under realtime scheduling (avoiding jitter in the
> timestamps).
>>>>
>>>> Stefan
>
> Is there a preferred method for setting the thread priorities of
> sources, given that different sources may have different internal
> threading structure and threading is generally abstracted by gstreamer?
>
> For example, I'd like to set the priority of rtspsrc as suggested above.
Have a look at the examples under gstreamer/tests/examples/streams/. It is
unfortunately platform specific. Glibs gthread abstraction does not cover this
area (well).
Stefan
>
> Thanks,
>
> Jonathan
>
>
> ------------------------------------------------------------------------------
> 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
More information about the gstreamer-devel
mailing list