summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* gst-inspect: only add a '*' for non-'gpointer' pointersTim-Philipp Müller2013-04-131-1/+3
| | | | | | Spotted by Jose Antonio Santos Cadena. https://bugzilla.gnome.org/show_bug.cgi?id=697791
* gst-inspect: add pointer mark to signal and action return types that are ↵Jose Antonio Santos Cadenas2013-04-131-3/+14
| | | | | | | | | pointers When the return type of a signal or action is a pointer, it should have an asterisk to mark it as such. https://bugzilla.gnome.org/show_bug.cgi?id=697791
* tools: minor addition to gst-launch-1.0 man pageTim-Philipp Müller2013-01-211-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692015
* tools: update gst-launch-1.0 man page for new debug levelsTim-Philipp Müller2013-01-211-4/+10
| | | | | | There are more debug levels these days, not only 0-5. https://bugzilla.gnome.org/show_bug.cgi?id=692015
* docs: some 0.10 -> 1.0 changesWim Taymans2012-10-021-1/+1
|
* docs: updatesWim Taymans2012-09-252-5/+5
| | | | | MIME-type -> Media type Fix some old gst-inspect output
* Make intel compiler happierJosep Torra Valles2012-09-252-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=552657
* man: Fix syntax for value lists in caps stringsBastian Winkler2012-09-211-1/+1
| | | | | | Value lists use curly brackets instead of parentheses https://bugzilla.gnome.org/show_bug.cgi?id=684293
* use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts2012-09-151-3/+6
|
* docs: fourcc is no moreWim Taymans2012-09-131-2/+0
|
* docs: fix some docsWim Taymans2012-09-131-7/+7
| | | | from git grep for ffmpegcolorspace and x-raw-
* tools: add --exists and --atleast-version option to gst-inspectTim-Philipp Müller2012-09-011-3/+51
| | | | | | | For checking if an element exists with a given minimum version. Will use that in our new GST_ELEMENT_CHECK m4 macro. https://bugzilla.gnome.org/show_bug.cgi?id=682968
* tools: output gst-inspect errors to stderrTim-Philipp Müller2012-08-291-5/+5
|
* tools: minor fixes to gst-launch man pageTim-Philipp Müller2012-08-181-5/+5
|
* tools: fix printing of partial dates in gst-launchTim-Philipp Müller2012-08-021-3/+2
|
* Revert "tools: print TOC scope"Tim-Philipp Müller2012-08-021-6/+0
| | | | | | | This reverts commit ee6ab7c93638a6519acb976699a6ad149d520a95. The application will probably only ever receive global TOCs, so don't really need this.
* tools: print TOC scopeTim-Philipp Müller2012-07-281-0/+6
|
* gst-launch: print image tags and other GstSample tags properlyTim-Philipp Müller2012-07-261-11/+20
| | | | These tags are now of type GstSample not GstBuffer.
* inspect: suppress glib deprecations warnings for G_VALUE_ARRAYStefan Sauer2012-07-081-0/+4
|
* gst-inspect: Remove unused defineEdward Hervey2012-07-061-4/+0
|
* toc: Make structures opaque and clean up function names and fields a bitSebastian Dröge2012-07-051-11/+15
|
* tools: minor clean-upTim-Philipp Müller2012-06-264-4/+4
| | | | Get rid of superfluous argument.
* tools: remove useless g_set_prgname() wrapperTim-Philipp Müller2012-06-264-13/+3
|
* tools: point people to right binary when a crash happensTim-Philipp Müller2012-06-261-3/+4
| | | | | "gst-launch" is the 0.10 wrapper script, using that with gdb is not going to yield great results.
* tocsetter, gst-launch, tests: update for GstToc API changesTim-Philipp Müller2012-06-241-1/+1
|
* tools: remove pointless get_state() in gst-launchTim-Philipp Müller2012-06-231-1/+0
| | | | State changes to NULL state are always sync.
* bus: add GDestroyNotify to set_sync_handler()Wim Taymans2012-06-201-1/+1
|
* gst_tag_list_free() -> gst_tag_list_unref()Tim-Philipp Müller2012-05-281-1/+1
|
* gst-launch: fix -c, --toc messageAnton Belka2012-05-211-1/+1
|
* tools, tests: don't access the GstPluginFeature structure directlyTim-Philipp Müller2012-05-191-14/+13
|
* tools: don't use private GstElementFactory API in gst-inspectTim-Philipp Müller2012-05-191-18/+16
|
* launch: improve EOS on shutdown handlingWim Taymans2012-05-181-9/+28
| | | | | | | When the -e option is selected, also wait for EOS when the pipeline produced an error. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630997
* gst: Rename gst_toc_entry_type_to_string() to gst_toc_entry_type_get_nick()Sebastian Dröge2012-05-151-1/+1
| | | | It's more consistent.
* gst-launch: fix print_toc_entry()Anton Belka2012-05-151-3/+3
|
* gst-launch: print tags in tocAnton Belka2012-05-091-1/+24
|
* tools, base: don't poke into GstTypeFindFactory struct, use public APITim-Philipp Müller2012-05-011-6/+11
|
* plugin: use GstObject flags for plugin flagsTim-Philipp Müller2012-04-291-5/+2
|
* tools: use public accessors for plugin description detailsTim-Philipp Müller2012-04-291-21/+28
| | | | Mostly anyway (flags still need sorting out).
* gst-inspect: If running with --print-all, fix printing of the Children: lineYouness Alaoui2012-04-171-1/+1
|
* gst-inspect: If running with --print-all, fix printing of signal namesYouness Alaoui2012-04-171-8/+6
|
* gst: Change versioningSebastian Dröge2012-04-043-32/+32
| | | | | | | | | | | | | Remove GST_MAJORMINOR and replace it by GST_API_VERSION Also set GST_VERSION_{MAJOR,MINOR,MICRO,NANO} explicitely now. All versions are at 1.0.0 now for the release soon but API/ABI can still change until the 1.0.0 release. Next release versions until 1.0.0 will be 0.10.9X and these will be release candidates. GST_VERSION_* will nonetheless stay at 1.0.0.0.
* tools: fix compiler warningTim-Philipp Müller2012-04-021-4/+5
| | | | | | gst-launch.c: In function ‘print_toc_entry’: gst-launch.c:446:3: error: the size of array ‘spc’ can’t be evaluated [-Werror=vla] gst-launch.c:446:3: error: variable-sized object may not be initialized
* Merge branch '0.10'Stefan Sauer2012-04-021-0/+54
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/gst/gstreamer-sections.txt gst/Makefile.am gst/gst.c gst/gst.h gst/gstevent.c gst/gstevent.h gst/gstmessage.h gst/gstquark.c gst/gstquark.h gst/gstquery.c gst/gstquery.h tests/check/Makefile.am
| * gst-launch: add -c, --toc to print the tocStefan Sauer2012-04-021-0/+54
| | | | | | | | Print the nested chapter and edition structure of the chapters message.
* | Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-4/+4
|\ \ | |/ | | | | | | Conflicts: plugins/elements/gstmultiqueue.c
| * gst-launch: don't shadow global variableStefan Sauer2012-03-221-4/+4
| |
| * Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey2012-02-271-0/+4
| |
* | gst-inspect: Fix memory leakSebastian Dröge2012-01-271-0/+2
| |
* | gst-inspect: Don't unref plugin features multiple timesSebastian Dröge2012-01-271-3/+0
| | | | | | | | gst_plugin_feature_list_free() unrefs them too.
* | trace: rework alloc tracingWim Taymans2012-01-271-14/+0
| | | | | | | | | | | | | | | | | | | | | | Remove trace, we use debug log for that Make alloc trace simpler, removing some methods. Activate alloc trace with a GST_TRACE=3 environment variable. Dump leaked objects atexit. Provide an offset in the object where the GType can be found so that more verbose info can be given for objects. Remove -T option from gst-launch because tracing is now triggered with the environment variable.