3 # display the latest commit in the current branch of all gstreamer modules.
4 # run this from a directory that contains the checkouts for each of the
8 gstreamer gst-plugins-base \
9 gst-plugins-good gst-plugins-ugly gst-plugins-bad \
10 gst-ffmpeg gst-libav \
11 gst-editing-services \
12 gst-python gstreamer-sharp \
22 git log | head -n 3 | sed -n '1p;3p'