This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-12-28 11:10:37 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
7cfdb23387
gstreamer
/
libs
/
gst
/
helpers
/
.gitignore
6 lines
80 B
Text
Raw
Normal View
History
Unescape
Escape
plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scanner and install into a different directory $(libexecdir/gstreamer-0.10) so that everything is versioned properly. NOTE: run 'make clean' after updating; if you are running an uninstalled setup, you will need to update your gst-uninstalled script (unless it's symlinked to gstreamer core master) and exit/enter your uninstalled environment to get the updated environment. If you are running an installed setup, you should run 'make uninstall' before merging this change or remove the old plugin-scanner binary manually. Fixes #601698.
2009-11-16 00:12:22 +00:00
gst-plugin-scanner
completion: Place the completion helper in libexec This patch reorganize the bash completion scripts in order to install the binary helper (gst-completion-helper) in libexec path rather then share folder. Most Linux hierarchy compliance requires that no binary executable are placed in share. We also cleanup the unused .pc entries and remove copy pasted parts of the script. Note that other project including the common helper, should now use $_GST_HELPER to read the binary executable gst-completion-helper. This helper is not longer version, as it is placed in a versionned subfolder (libexec/gstreamer.10) just like the other helpers (scanner and ptp).
2017-04-04 17:42:50 +00:00
gst-completion-helper
gitignore: add libs/gst/helpers/gst-ptp-helper
2015-06-03 15:42:57 +00:00
gst-ptp-helper
gst: add some gdb python macros This adds gdb pretty printer for some GStreamer types. For GstObject pointers the type and name is added, e.g. "0x5555557e4110 [GstDecodeBin|decodebin0]". For GstMiniObject pointers the object type is added, e.g. "0x7fffe001fc50 [GstBuffer]". For GstClockTime and GstClockTimeDiff the time is also printed in human readable form, e.g. "150116219955 [+0:02:30.116219955]". Fixes #320
2018-09-26 11:33:31 +00:00
libgstreamer-gdb.py
registry: Add registry helper phase 1 Phase 1 of adding the registry scan helper
2009-03-14 23:07:40 +00:00
*.o
Reference in a new issue
Copy permalink