gstreamer/gst/elements
Ronald S. Bultje 2e63fa4f1d gst/elements/gstfdsrc.c: Implement querying.
Original commit message from CVS:
* gst/elements/gstfdsrc.c: (gst_fdsrc_init),
(gst_fdsrc_get_query_types), (gst_fdsrc_get_formats),
(gst_fdsrc_srcpad_query):
Implement querying.
* gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
If we're waiting to be "full enough to start" and EOS comes in,
just flow through all data since waiting longer is not going to
help us. Fixes hangs on short media files played from network
sources.
* gst/gsttag.c: (_gst_tag_initialize):
* gst/gsttag.h:
Add GST_TAG_IMAGE tag.
2006-01-29 22:55:55 +00:00
..
.gitignore keep this up to date, since I seem to be the only one who cares about not missing files on commits 2004-07-21 21:37:31 +00:00
gstaggregator.c More GCC4 warning fixes. Basically all libxml-guchar* to sane-gchar* casts (and reverse). 2005-04-22 12:30:01 +00:00
gstaggregator.h docs/gst/gstreamer-sections.txt: More doc hacking. 2004-03-26 03:46:16 +00:00
gstbufferstore.c gst/: Do not silently discard return values of g_list_delete_link() and g_list_append(). This would trigger gcc4 warn... 2005-12-16 16:11:12 +00:00
gstbufferstore.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstelements.c gst/elements/gstelements.c: Give filesrc GST_RANK_PRIMARY, so that file:// URIs get handled by filesrc instead of gno... 2005-04-21 17:43:49 +00:00
gstfakesink.c gst/elements/gstfakesink.c: don't error when we are in error already the correct fix would be to not allow erroring i... 2005-05-01 16:20:42 +00:00
gstfakesink.h docs/gst/Makefile.am: Disable a bunch of headers from being scanned 2004-03-30 07:36:19 +00:00
gstfakesrc.c gst/elements/: more 2004-11-03 18:01:29 +00:00
gstfakesrc.h gst/elements/: Added datarate properties to limit the datarate. 2004-09-03 11:40:35 +00:00
gstfdsink.c gst\elements\gstfdsink.c gst\elements\gstfdsrc.c gst\elements\gstfilesrc.c gst\elements\gstpipefilter.c gst\elements\... 2005-09-08 12:07:13 +00:00
gstfdsink.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstfdsrc.c gst/elements/gstfdsrc.c: Implement querying. 2006-01-29 22:55:55 +00:00
gstfdsrc.h gst/elements/gstfdsrc.*: Fix hang on state-change with blocking input (#149791). 2005-03-26 15:24:31 +00:00
gstfilesink.c Don't unref seek event twice in case where fflush() fails 2005-01-24 11:04:37 +00:00
gstfilesink.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstfilesrc.c gst/elements/gstfilesrc.c: (gst_filesrc_get_read) 2005-09-12 15:37:50 +00:00
gstfilesrc.h gst/elements/gstfilesrc.c: (gst_filesrc_get_read) 2005-09-12 15:37:50 +00:00
gstidentity.c gst/: Add works-in-place flag, use for _pad_alloc(). 2005-04-22 10:01:39 +00:00
gstidentity.h gst/elements/: Added datarate properties to limit the datarate. 2004-09-03 11:40:35 +00:00
gstmd5sink.c More GCC4 warning fixes. Basically all libxml-guchar* to sane-gchar* casts (and reverse). 2005-04-22 12:30:01 +00:00
gstmd5sink.h docs/gst/gstreamer-sections.txt: More doc hacking. 2004-03-26 03:46:16 +00:00
gstmultifilesrc.c gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init function add static pad template definit... 2004-08-17 14:11:23 +00:00
gstmultifilesrc.h gst/elements/gstmultifilesrc.*: Added newmedia property so it generates newmedia events between each file when proper... 2004-07-23 13:09:27 +00:00
gstpipefilter.c gst/elements/gstpipefilter.c try to include config.h first 2005-09-08 12:43:20 +00:00
gstpipefilter.h gst\elements\gstfdsink.c gst\elements\gstfdsrc.c gst\elements\gstfilesrc.c gst\elements\gstpipefilter.c gst\elements\... 2005-09-08 12:07:13 +00:00
gstshaper.c - removing some trailing commas in enums to please C90 only compilers (AIX, Forte, ...) ('should' fix #143290) should... 2004-05-28 05:01:05 +00:00
gstshaper.h docs/gst/gstreamer-sections.txt: More doc hacking. 2004-03-26 03:46:16 +00:00
gststatistics.c gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init function add static pad template definit... 2004-08-17 14:11:23 +00:00
gststatistics.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gsttee.c gst/elements/gsttee.c: I think this is actually moer correct... 2005-01-17 10:12:40 +00:00
gsttee.h docs/gst/gstreamer-sections.txt: More doc hacking. 2004-03-26 03:46:16 +00:00
gsttypefindelement.c gst/elements/gsttypefindelement.c: Don't cache seek events (fixes #301313). 2005-04-22 15:03:50 +00:00
gsttypefindelement.h gst/elements/gsttypefindelement.c: Allow event caching while typefinding so we don't lose events. 2005-04-17 20:43:55 +00:00
Makefile.am gst/elements/: Removed multifdsink, moved it to plugins. 2004-06-26 15:38:11 +00:00