gstreamer/gst
Jan Urbanski 63108730a5 multifdsink: add property to resend streamheaders
Adds a new property in multifdsink, resend-streamheader.

If this property is false, the multifdsink will not send the streamheader if
there's already one set for a particular client.

There are some formats in which every stream needs to start with a certain
blob, but you can't inject this blob at leisure. If the producer wants to
change the blob in question and sets in as the streamheader on the outgoing
buffers' caps, new clients of multifdsink will get the new streamheader, but
old clients will break, because they'll see the blob in the middle of the
stream.

The property is true by default, so existing code will not see any difference.

Fixes #578118.
2009-04-14 17:04:06 +02:00
..
adder adder: log details in getcaps like in setcaps 2009-03-10 21:14:43 +02:00
app Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:18 +00:00
audioconvert Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
audiorate Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
audioresample audioresample: fix negotiation so that upstream can actually fixate to downstream's rate 2009-04-01 15:36:38 +01:00
audiotestsrc gst/audiotestsrc/gstaudiotestsrc.*: Add property to control pull/push based scheduling. 2009-01-05 10:59:35 +00:00
ffmpegcolorspace ffmpegcolorspace: video/x-raw-gray is the same as the YUV Y800 format 2009-03-28 09:43:23 +01:00
gdp Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
playback playbin2: clear the target 2009-04-14 13:55:52 +02:00
subparse subparse: use the right variable in debug log, encoding is not yet initialized 2009-03-05 10:58:12 +02:00
tcp multifdsink: add property to resend streamheaders 2009-04-14 17:04:06 +02:00
typefind typefinding: make flac typefinder return lower probability for frame headers 2009-03-15 19:57:36 +00:00
videorate gst/videorate/gstvideorate.c: Add jpeg and png image media types to the caps. Fixes #561436. 2008-11-22 14:44:26 +00:00
videoscale videoscale: Don't read over line ends when taking the last Cr or Cb 2009-04-02 11:10:12 +02:00
videotestsrc videotestsrc: Initialize buffer memory with zeroes 2009-03-28 10:40:43 +01:00
volume gst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dynamic properties and any pending volume/mu... 2008-12-08 18:44:22 +00:00
Makefile.am gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice 2008-03-03 23:59:45 +00:00