summaryrefslogtreecommitdiff
path: root/gst/monoscope/gstmonoscope.h
Commit message (Collapse)AuthorAgeFilesLines
* monoscope: allow per feature registrationStéphane Cerveau2021-03-291-0/+2
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/876>
* monoscope: Forward the SEGMENT event from the chain functionSebastian Dröge2018-02-181-0/+1
| | | | | Otherwise we'll break the event order and forward the SEGMENT event before sending a CAPS event.
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* monoscope: port to 0.11Mark Nauwelaerts2012-02-211-0/+1
|
* Fix warnings in experimental plugins, tooBenjamin Otte2010-03-171-0/+2
|
* Port monoscope visualisation to 0.10.Tim-Philipp Müller2006-07-031-0/+80
Original commit message from CVS: * configure.ac: * gst/monoscope/Makefile.am: * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init), (gst_monoscope_class_init), (gst_monoscope_init), (gst_monoscope_finalize), (gst_monoscope_reset), (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps), (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain), (gst_monoscope_sink_event), (gst_monoscope_src_event), (gst_monoscope_change_state), (plugin_init): * gst/monoscope/gstmonoscope.h: Port monoscope visualisation to 0.10.