gstreamer/gst
Thiago Santos 1a62d9374b wrappercamerabinsrc: Handle src state change to avoid losing timestamps
Camerabin2 uses state changes to force the source to renegotiate its
caps to the capture formats. The state changes makes the source lose
its clock and base_time, causing it to stop timestamping the buffers.

We still need a proper way to make sources renegotiate its caps, so this
patch is a hack to make the source continue timestamping buffers even
after changing state. The patch works by getting the clock and base
time before doing the state change to NULL and setting them back
after putting it to PLAYING again. It also cares to drop the first
new segment after this state change.
2011-02-03 19:09:20 -03:00
..
adpcmdec Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
adpcmenc Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
aiff aiffparse: Don't use GST_FLOW_IS_FATAL() 2010-09-21 12:25:53 +02:00
asfmux asfmux: use g_error_free instead of g_free 2011-01-12 16:56:28 +02:00
audiobuffer Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
audioparsers ac3parse: improve handling of dependent substream frames 2011-01-28 12:16:59 +01:00
autoconvert autoconvert: Fix some more leaks and reorganize unref code 2010-12-21 18:01:28 +01:00
bayer bayer2rgb: Add framerate to the sink caps 2010-12-15 21:28:06 +01:00
camerabin camerabin: Initialize variables 2011-02-03 16:24:24 +01:00
camerabin2 wrappercamerabinsrc: Handle src state change to avoid losing timestamps 2011-02-03 19:09:20 -03:00
cdxaparse cdxaparse: Compare the correct variable to GST_SEEK_TYPE_SET 2010-04-15 20:50:58 +02:00
chart gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
coloreffects chromahold: Fix hue calculation for red colors 2010-10-06 16:54:16 +02:00
colorspace colorspace: Disable matrixing on big-endian 2011-01-02 16:13:56 -08:00
dataurisrc dataurisrc: use g_ascii_strcasecmp() 2010-12-30 18:08:32 -08:00
dccp dccp: use socklen_t where appropriate rather than specific type 2011-02-01 21:36:41 +01:00
debugutils chopmydata: Add new element 2010-12-01 23:24:24 -08:00
dtmf dtmf: Fix build failure caused by previous commit 2010-12-31 00:37:30 -08:00
dvbsuboverlay dvbsuboverlay: some more minor clean-ups 2011-01-05 13:44:04 +00:00
dvdspu dvdspu: don't write clipped lines to the output buffer 2011-01-24 19:47:46 +01:00
festival festival: Only close the connection if it's opened 2010-05-13 14:43:28 +02:00
filter various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
freeze freeze: Remove dead assignments 2010-11-25 19:06:49 +01:00
frei0r frei0r: convert uint32_t to guint32 2010-12-30 19:25:46 -08:00
games various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
gaudieffects gaudieffects: dist python examples 2011-01-02 13:30:11 +00:00
geometrictransform change M_PI to G_PI 2010-12-30 19:25:46 -08:00
h264parse h264parse: rename to legacyh264parse 2011-01-28 12:16:59 +01:00
hdvparse gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
id3tag id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame 2011-02-01 14:40:54 +00:00
interlace interlace: Fix buffer timestamp and duration 2010-11-24 12:09:16 +01:00
invtelecine invtelecine: Fix name of 30p/60i pattern 2010-09-18 19:27:07 -07:00
ivfparse ivfparse: Remove dead assignments 2010-11-25 19:20:51 +01:00
jp2kdecimator jp2kdecimator: Fix unitialized variables on macosx 2011-01-06 12:50:14 +01:00
jpegformat jpegparse: Fix unitialized variable on macosx 2011-01-06 12:51:27 +01:00
legacyresample legacyresample: Use math-compat header 2010-12-30 19:25:46 -08:00
librfb rfbsrc: fail more gracefully if source gets disconnected or geometry changes 2010-12-12 23:36:56 +00:00
liveadder Fix pad template memleaks 2010-11-30 18:54:46 -08:00
mixmatrix various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
mpeg1sys gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
mpeg4videoparse mpeg4videoparse: try harder to make buffer metadata writable before modifying 2010-12-23 22:03:16 +00:00
mpegdemux mpegtspacketizer: Don't forget the GType when using caps_new_simple() 2011-01-10 19:11:22 +01:00
mpegpsmux Fix pad template memleaks 2010-11-30 18:54:46 -08:00
mpegtsmux mpegtsmux: Set adaptation flag when appropriate 2011-01-02 14:52:34 -08:00
mpegvideoparse Revert "mpegvideoparse: fix timestamp generation" 2011-01-07 18:49:02 +00:00
mve mve: do not use the pad buffer allocation functions in demuxers 2010-12-24 14:18:58 +01:00
mxf mxfdemux: Fix unitialized variable warning 2011-01-18 18:18:03 -03:00
nsf various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
nuvdemux nuvdemux: Don't use GST_FLOW_IS_FATAL() 2010-09-21 12:26:35 +02:00
overlay gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
passthrough various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
pcapparse Fix compiler warnings with gcc 4.2.1 on OSX. 2010-12-01 23:20:36 +01:00
playondemand various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
pnm Fix pad template memleaks 2010-11-30 18:54:46 -08:00
qtmux qtmux: set src pads when starting file 2011-01-14 00:38:56 +00:00
rawparse audioparse: Allow implicit channel map for 1-/2-channel audio 2010-12-08 16:30:11 +01:00
real real: Remove dead assignments 2010-11-25 19:21:01 +01:00
rtjpeg gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
rtpmux rtpmux: Remove dead assignments 2010-11-25 19:21:11 +01:00
rtpvp8 rtpvp8: also link against libgstbase-0.10 for adapter and bit reader API 2011-02-01 20:05:23 +00:00
scaletempo various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
sdp sdp: Remove useless variables 2010-11-25 19:21:23 +01:00
segmentclip segmentclip: Add audio/video buffer segment clip elements 2010-03-12 07:29:58 +00:00
siren Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
smooth various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
smoothwave smoothwave: remove old 0.8 example containing code with sideeffects in g_return_if_fail() 2011-01-08 00:20:35 +00:00
speed various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
stereo stereo: Remove dead assignments 2010-11-25 19:24:56 +01:00
subenc various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
tta tta: Remove dead assignments and useless variable 2010-11-25 19:25:27 +01:00
vbidec various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
videodrop various (gst): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 15:47:17 +03:00
videomaxrate videomaxrate: Add to docs 2010-07-02 00:06:44 -04:00
videomeasure ssim: Set classification to Filter/Analyzer/Video instead of Filter/Converter/Video 2010-12-12 12:01:38 +01:00
videoparsers videoparsers: dist h264parse.h, fixing make distcheck 2011-01-31 17:45:19 +00:00
videosignal videoanalyse: fix copy'n'paste off by one for param spec flags change 2010-10-19 16:25:00 +03:00
vmnc Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
y4m y4mdec: Default colorspace is I420 2011-01-12 12:00:24 +01:00
Makefile.am build: build plugins and examples in parallel where possible, if make -jN is used 2010-03-30 01:17:15 +01:00