public marks

PUBLIC MARKS from sylvainulg with tag gstreamer

October 2014

gstreamermm: Gst::BaseSink Class Reference

The max-lateness property affects how the sink deals with buffers that arrive too late in the sink. A buffer arrives too late in the sink when the presentation time (as a combination of the last segment, buffer timestamp and element base_time) plus the duration is before the current time of the clock. If the frame is later than max-lateness, the sink will drop the buffer without calling the render method. This feature is disabled if sync is disabled, the get_times_vfunc() method does not return a valid start time or max-lateness is set to -1 (the default). Subclasses can use set_max_lateness() to configure the max-lateness value.

August 2014

Using the Logitech C920 webcam with Gstreamer 1.2

It looks like we can also use the good old v4l2src to capture H.264 encoded streams from the Logitech C920:

April 2014

Basic tutorial 10: GStreamer tools - GStreamer SDK documentation - GStreamer SDK documentation

(via)
Elements can be named using the name property, in this way complex pipelines involving branches can be created. Names allow linking to elements created previously in the description, and are indispensable to use elements with multiple output pads, like demuxers or tees, for example. Named elements are referred to using their name followed by a dot. --- Instead of letting GStreamer choose which Pad to use when linking two elements, you may want to specify the Pads directly. You can do this by adding a dot plus the Pad name after the name of the element

sylvainulg's TAGS related to tag gstreamer

basic +   coding +   documentation +   h264 +   later +   reference +   tools +   tutorial +   video +