- 10 Nov, 2011 1 commit
-
-
Wim Taymans authored
The fixate caps function was not used externally and we have vmethods in the base classes where it is needed. Update some docs. simplify some fixate functions in the base classes. Also pass the untruncated caps to the vmethod.
-
- 09 Nov, 2011 2 commits
-
-
Wim Taymans authored
Replace the acceptcaps function with a query.
-
Wim Taymans authored
It was not really useful
-
- 04 Nov, 2011 1 commit
-
-
Stefan Sauer authored
-
- 14 Oct, 2011 1 commit
-
-
Edward Hervey authored
-
- 07 Jun, 2011 1 commit
-
-
Wim Taymans authored
Use the caps event instead of gst_pad_set_caps() and the setcaps function
-
- 04 Jun, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 24 May, 2011 1 commit
-
-
Wim Taymans authored
Remove the name property from the plugin feature and port code to use the object name instead.
-
- 18 May, 2011 1 commit
-
-
Stefan Kost authored
The (de)serialisation uses "+" and not " | ".
-
- 09 May, 2011 1 commit
-
-
Wim Taymans authored
Avoid directly accessing the pad caps, use gst_pad_get_current_caps() instead.
-
- 29 Apr, 2011 1 commit
-
-
Wim Taymans authored
Remove pad_alloc and all references. This can now be done more efficiently and more flexible with the ALLOCATION query and the bufferpool objects. There is no reverse negotiation yet but that will be done with an event later.
-
- 28 Feb, 2011 1 commit
-
-
Tim-Philipp Müller authored
It's often not obvious to people that elements like e.g. uridecodebin (or demuxers) automatically support the standard signals of the GstElement class, so let's print the useful pad-related ones for elements with sometimes pads.
-
- 23 Feb, 2011 1 commit
-
-
Wim Taymans authored
More miniobject fixing, leaks horribly somewhere..
-
- 07 Dec, 2010 1 commit
-
-
Wim Taymans authored
Clean up the GstElement structure Replace GstElementDetails with metadata
-
- 06 Dec, 2010 1 commit
-
-
Wim Taymans authored
-
- 03 Dec, 2010 1 commit
-
-
Mark Nauwelaerts authored
-
- 15 Oct, 2010 1 commit
-
-
Mark Nauwelaerts authored
Fixes #632236.
-
- 23 Sep, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 07 Sep, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 06 Sep, 2010 1 commit
-
-
Stefan Kost authored
Add a GstStructure to GstElementClass and GstElementFactory. Add setters/getter. Handle it in the registry code. Print items in gst-inspect. Fixes #396774. API: gst_element_class_set_meta_data(), gst_element_factory_get_meta_data_detail()
-
- 05 Aug, 2010 1 commit
-
-
Stefan Kost authored
Don't print empty query types. Also print caps-vmethods.
-
- 23 Jul, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 11 Jun, 2010 1 commit
-
-
David Schleef authored
-
- 10 Mar, 2010 2 commits
-
-
Benjamin Otte authored
This changes some APIs in compatible ways: - Some functions now take "const char *" arguments, not "char *" - Some structs now have "conts char *" members, not "char *" The changes may cause warnings when compiling with the right warning flags. You've been warned. Also adds -Wwrite-strings as a warning flag in configure.ac. https://bugzilla.gnome.org/show_bug.cgi?id=611692
-
-
- 16 Feb, 2010 2 commits
-
-
Tim-Philipp Müller authored
g_setprgname is implicitly called by g_option_context_new() with a check to see if it's been set already, so set it before g_option_context_new() Move version printing back until after the options have been parsed, otherwise it won't work, since it evaluates a flag set by the option parser.
-
Tim-Philipp Müller authored
This reverts commit 93dd95f0. This commit made --version not work any longer. The g_setprgname() warning is fixed in recent GLib versions.
-
- 20 Jan, 2010 1 commit
-
-
Benjamin Otte authored
Since we define G_THREADS_MANDATORY, g_thread_supported() evaluates to TRUE unconditionally, so calling g_thread_init() never happened.
-
- 09 Dec, 2009 1 commit
-
-
Ole Andre Vadla Ravnaas authored
g_setprgname is implicitly called by g_option_context_new() with a check to see if it's been set already. Fixes bug #604093.
-
- 09 Nov, 2009 1 commit
-
-
Stefan Kost authored
If no plugin is given, print the info for all plugins. This can be used as a starting point to generate a profile about what the gstreamer installation can potentialy handle (e.g. for MTP or DLNA).
-
- 19 Oct, 2009 2 commits
-
-
Edward Hervey authored
-
Edward Hervey authored
-
- 06 Oct, 2009 1 commit
-
-
Jan Schmidt authored
-
- 18 Aug, 2009 1 commit
-
-
Sebastian Dröge authored
-
- 10 Jul, 2009 1 commit
-
-
Tim-Philipp Müller authored
-
- 08 Jul, 2009 1 commit
-
-
Philip Jägenstedt authored
Fixes bug #587976.
-
- 19 Jun, 2009 1 commit
-
-
Tim-Philipp Müller authored
e.g. cdparnoiasrc would show fragment|full for a flags value of 2.
-
- 04 Apr, 2009 1 commit
-
-
Edward Hervey authored
first_flag will be either: * rewritten without being read if we loop again (line 284) * not read again if we don't loop
-
- 23 Feb, 2009 1 commit
-
-
Andy Wingo authored
* tools/gst-inspect.c (print_all_uri_handlers): Whoops, fix iteration. I'm stupid.
-
- 17 Nov, 2008 1 commit
-
-
Andy Wingo Wingo authored
tools/gst-inspect.c (print_all_uri_handlers): New function, prints a summary of what URI schemes are supported by wha... Original commit message from CVS: 2008-11-17 Andy Wingo <wingo@pobox.com> * tools/gst-inspect.c (print_all_uri_handlers): New function, prints a summary of what URI schemes are supported by what elements. (main): Plumb in support for --uri-handlers or -u, and fix the argc check for -a and -u.
-