2004-01-11 22:52:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
API:
|
|
|
|
|
|
|
|
- replace object/structure set/get macros with actual functions.
|
|
|
|
|
2004-02-04 19:38:33 +00:00
|
|
|
- events should all use GstStructure
|
2004-01-11 22:52:16 +00:00
|
|
|
|
2004-02-07 01:23:13 +00:00
|
|
|
- reorganize headers (split app headers vs plugin headers maybe)
|
2004-07-03 13:20:49 +00:00
|
|
|
while at it also make sure to only allow including of the main headers like
|
|
|
|
glib, so we can freely shuffle stuff around
|
2004-02-07 01:23:13 +00:00
|
|
|
|
|
|
|
- make GstPadLinkReturn internal (to either plugins+core or just core)
|
|
|
|
and return gboolean to apps.
|
|
|
|
|
2004-03-06 04:54:06 +00:00
|
|
|
- rewrite GstIndex (it's gross)
|
2004-02-07 01:23:13 +00:00
|
|
|
|
|
|
|
- gst_init() et al. need to work correctly when called multiple times
|
|
|
|
and from libraries, etc.
|
2004-01-11 22:52:16 +00:00
|
|
|
|
2004-02-11 20:16:33 +00:00
|
|
|
- gst_pad_get_pad_template_caps -> gst_pad_get_template_caps()
|
|
|
|
|
2004-02-20 02:32:21 +00:00
|
|
|
- add ways for autopluggers to manage negotiation of their children.
|
|
|
|
This would allow autopluggers to no longer need helper identities.
|
|
|
|
|
|
|
|
- remove float support from dparams
|
|
|
|
|
|
|
|
- dparams: should be converted into some kind of special pad and
|
|
|
|
object property combination.
|
|
|
|
|
|
|
|
- remove gst_element_yield()
|
|
|
|
|
2004-03-06 04:54:06 +00:00
|
|
|
- read/write locks on buffers
|
|
|
|
|
|
|
|
- be able to send events to unlinked pads (bug #114442)
|
|
|
|
|
|
|
|
- caps should have a flag on fields to indicate that the field is optional
|
|
|
|
|
2004-03-30 07:36:19 +00:00
|
|
|
- remove gst_pad_select() and add gst_pad_pull_many(), which pulls one
|
|
|
|
buffer from one of many pads
|
2004-02-11 20:16:33 +00:00
|
|
|
|
2004-03-31 05:57:35 +00:00
|
|
|
- deprecate gst_buffer_merge() and replace with a function that takes
|
|
|
|
ownership of the buffers. (bug #136408)
|
|
|
|
|
2004-04-02 03:08:09 +00:00
|
|
|
- fakesrc handoff should be changed to return a GstData * or carry a
|
|
|
|
GstData **, wo the user can provide own buffers and events.
|
|
|
|
|
2004-04-13 22:22:02 +00:00
|
|
|
- remove GST_OBJECT_DESTROYED()
|
|
|
|
|
|
|
|
- fix plugin code to load plugins with RTLD_LOCAL
|
|
|
|
|
2004-04-18 13:24:21 +00:00
|
|
|
- don't install gstmarshal.h
|
|
|
|
|
2004-04-21 00:46:09 +00:00
|
|
|
- make GstPad and friends a real class heirarchy
|
|
|
|
|
|
|
|
- make GstBuffer/GstData a real class heirarchy, although maybe not
|
|
|
|
as a subclass of GObject.
|
|
|
|
|
2004-05-03 17:55:30 +00:00
|
|
|
- remove unnecessary headers from gst.h (gstqueue.h in particular)
|
|
|
|
|
configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
Original commit message from CVS:
* configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
GST_PRINTF_EXTENSION_FORMAT_DEFINE.
* docs/random/ds/0.9-suggested-changes: Notes from Company.
* gst/gstcaps.c: (gst_caps_to_string): Add comment.
* gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
* gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
(gst_debug_log_default), (_gst_info_printf_extension),
(_gst_info_printf_extension_arginfo): Add printf extension.
* gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
* gst/gststructure.c: (gst_structure_to_string),
(_gst_structure_parse_value): Use gst_value_deserialize() and
remove old code.
* gst/gstvalue.c: (gst_value_deserialize_fourcc),
(gst_value_deserialize_boolean), (gst_strtoi),
(gst_value_deserialize_int), (gst_value_deserialize_double),
(gst_value_deserialize_string), (gst_value_deserialize): Implement
a bunch of deserialize functions and gst_value_deserialize.
* gst/gstvalue.h: er, _de_serialize, not unserialize
* testsuite/caps/string-conversions.c: (main): We don't currently
handle (float) in caps, so convert these to (double).
* testsuite/debug/Makefile.am: Add new test for the printf extension
* testsuite/debug/printf_extension.c: (main): same
2004-01-29 01:20:23 +00:00
|
|
|
caps:
|
|
|
|
|
|
|
|
(Company:)
|
|
|
|
|
|
|
|
"An idea I had once was to force registration of mimetypes and then
|
|
|
|
only allow caps with a registered mimetype - like it's done now with caps.
|
|
|
|
You could then add functions to those registrations like
|
|
|
|
- gchar *get_human_readable_string (caps);
|
|
|
|
should be kinda selfexplanatory. Would return stuff like "16bit signed
|
|
|
|
integer audio", "MPEG2 video" or "video format in RGB colorspace" (for
|
|
|
|
unfixed RGB)
|
|
|
|
- GstCaps *default_fixate (const GstCaps *caps);
|
|
|
|
A default fixation function, so we don't fixate to minimum integer
|
|
|
|
anymore but have the ability to fixate to 320x240 for video or 44100 for
|
|
|
|
audio rates
|
|
|
|
- gboolean validate (const GstCaps *caps);
|
|
|
|
check if the given caps are ok for this mimetype - debugging only function
|
|
|
|
I'd _really_ like to have - especially during gst_register.
|
|
|
|
|
|
|
|
But that's 0.10 material."
|
|
|
|
|
2004-02-07 01:23:13 +00:00
|
|
|
negotiation:
|
|
|
|
|
2004-04-18 13:27:06 +00:00
|
|
|
- autopluggers would be easier to write if there was a core method
|
2004-02-07 01:23:13 +00:00
|
|
|
to do what plugidentities do.
|
|
|
|
|
2004-04-18 13:27:06 +00:00
|
|
|
- there should be a way to hook into negotiation and be able to do something if
|
|
|
|
negotiation fails. Autopluggers would need that for exchanging elements when
|
|
|
|
they can't link.
|
|
|
|
|
2004-02-04 19:38:33 +00:00
|
|
|
bugs with interesting info:
|
|
|
|
|
|
|
|
XML descriptions of plugin information:
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=114216
|
|
|
|
|
configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
Original commit message from CVS:
* configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
GST_PRINTF_EXTENSION_FORMAT_DEFINE.
* docs/random/ds/0.9-suggested-changes: Notes from Company.
* gst/gstcaps.c: (gst_caps_to_string): Add comment.
* gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
* gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
(gst_debug_log_default), (_gst_info_printf_extension),
(_gst_info_printf_extension_arginfo): Add printf extension.
* gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
* gst/gststructure.c: (gst_structure_to_string),
(_gst_structure_parse_value): Use gst_value_deserialize() and
remove old code.
* gst/gstvalue.c: (gst_value_deserialize_fourcc),
(gst_value_deserialize_boolean), (gst_strtoi),
(gst_value_deserialize_int), (gst_value_deserialize_double),
(gst_value_deserialize_string), (gst_value_deserialize): Implement
a bunch of deserialize functions and gst_value_deserialize.
* gst/gstvalue.h: er, _de_serialize, not unserialize
* testsuite/caps/string-conversions.c: (main): We don't currently
handle (float) in caps, so convert these to (double).
* testsuite/debug/Makefile.am: Add new test for the printf extension
* testsuite/debug/printf_extension.c: (main): same
2004-01-29 01:20:23 +00:00
|
|
|
|
2004-07-03 08:21:01 +00:00
|
|
|
object hierarchy:
|
|
|
|
- state_change in GstElementClass should be renamed to state_changed, since
|
|
|
|
it's a signal triggered after state has changed
|
2004-01-11 22:52:16 +00:00
|
|
|
|
|
|
|
|
2004-02-04 19:38:33 +00:00
|
|
|
- a method for elements to know when downstream elements are ignoring
|
|
|
|
the data stream. This would allow automatic shutoff of pipelines
|
|
|
|
whose processing is being dumped.
|
|
|
|
|
2004-06-24 14:35:21 +00:00
|
|
|
- object properties:
|
|
|
|
- all bitrates should be bits per second, since they're specified
|
|
|
|
as integers
|
2004-02-04 19:38:33 +00:00
|
|
|
|