GNOME Bugzilla – Bug 734142
Adding documentation to GstCheck gst_check_setup_src function
Last modified: 2014-08-02 23:30:02 UTC
Created attachment 282291 [details] [review] Patch that adds documentation to GstCheck I'm writing some plugins and trying my best to test then with GstCheck. After i understood what gst_check_setup_src and gst_check_setup_sink did it was quite easy to inject data on my element and check the output. But on the beginning it was quite hard to understand how it works, even looking at examples (i based myself on gst-plugins-base tests). Ultimately i had to look at the code (the best documentation right? :-) to fully understand how this worked. It seems to be a good idea to document these functions better, starting with the #gst_check_setup_src function.
Thanks for the patch (there's a special place in heaven for people who submit documentation patches!), pushed: commit 91045ccd8392d2be7fffce11bfdfa28abc4f69b9 Author: Tiago Cesar Katcipis <tiago.katcipis@digitro.com.br> Date: Fri Aug 1 17:27:39 2014 -0300 gstcheck: add docs for gst_check_setup_src_pad_by_name() https://bugzilla.gnome.org/show_bug.cgi?id=734142