summaryrefslogtreecommitdiff
path: root/gst/debugutils/progressreport.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29debugutils: allow per feature registrationStéphane Cerveau1-0/+3
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>
2019-10-16good: Avoid usage of deprecated APIEdward Hervey1-12/+10
GTimeval and related functions are now deprecated in glib. Replacement APIs have been present since 2.26
2019-10-05documentation: fix a number of typosAaron Boxer1-1/+1
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=763076
2015-12-20progressreport: add support for using format=buffers with do-query=falseWilliam Manley1-0/+5
This is useful for investigating and debugging pipelines which are producing buffers at a slower/faster rate than you would expect. https://bugzilla.gnome.org/show_bug.cgi?id=759635
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-17/+17
Property enum items should be named PROP_ for consistency and readability.
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2011-11-15_query_peer_*() -> _peer_query_*()Wim Taymans1-2/+2
2011-07-28gst: udpate for position/duration/convert query API changesTim-Philipp Müller1-2/+2
2011-07-22fixes for event handler changesWim Taymans1-8/+15
2011-07-10debug: port to 0.11, disable othersWim Taymans1-12/+14
Diasable the efence and capsdebug elements, port them later.
2011-06-07debugutils: Switch from GST_BOILERPLATE to G_DEFINE_TYPEEdward Hervey1-20/+15
2010-12-06progressreport: optionally determine progress using buffer metadataMark Nauwelaerts1-9/+45
Based on patch by Leo Singer <lsinger at caltech.edu> Fixes #629418.
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-04-15debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes ↵Stefan Kost1-0/+478
#562168