Vineeth T M
c222f1942b
rmdemux: fix tag memory leak
...
tags is not being freed after being merged to the
pending_tags.
https://bugzilla.gnome.org/show_bug.cgi?id=752404
2015-07-16 08:59:20 +01:00
Jan Schmidt
c72abcf782
asfdemux: Use gst_video_multiview_guess_half_aspect() function
...
Use gst_video_multiview_guess_half_aspect() to guess if frame-packed
stereoscopic video is full-frame per view or not.
2015-06-19 02:04:38 +10:00
Jan Schmidt
6d0ee6c782
asfdemux: Add support for stereoscopic video metadata.
...
Add parsing of stereoscopic metadata, and place into the caps to
the decoder.
Fix parsing of Advanced Mutual Exclustion objects.
https://bugzilla.gnome.org/show_bug.cgi?id=711190
Based on a patch by HyeJin Choi <meeshel78@hotmail.com>
2015-06-11 11:01:38 +10:00
Chris Clayton
0f80355ba5
xingmux: fix compiler warnings
...
https://bugzilla.gnome.org/show_bug.cgi?id=750596
2015-06-10 15:33:21 +01:00
Tim-Philipp Müller
f034f77b73
docs: update example pipelines in element docs
...
Mostly gst-launch -> gst-launch-1.0, but also
use autoaudiosink/autovideosink in more places
and update pipelines a little or flesh out
descriptions.
2015-05-10 11:34:33 +01:00
Luis de Bethencourt
9a18b9e4ce
Rename property enums from ARG_ to PROP_
...
Property enum items should be nameed PROP_ for consistency and readability.
2015-04-27 10:57:12 +01:00
Tim-Philipp Müller
19fd6f240d
Remove obsolete Android build cruft
...
This is not needed any longer.
2015-04-26 17:56:31 +01:00
Luis de Bethencourt
f209829d81
realmedia: remove unused enum item PROP_LAST
2015-04-24 17:05:20 +01:00
Cliff Han
92f5f3f8f3
asfdemux: fix a seek failure due to out-of-range in push mode
...
A seek in push mode failed for big offsets which are beyond
the range of guint32.
https://bugzilla.gnome.org/show_bug.cgi?id=748162
2015-04-20 09:13:24 +01:00
Mark Nauwelaerts
573ce40fad
rmdemux: resurrect some flow return handling
...
https://bugzilla.gnome.org/show_bug.cgi?id=744572
2015-03-28 18:22:21 +01:00
Mark Nauwelaerts
53642b1073
asfdemux: resurrect some flow return handling
...
https://bugzilla.gnome.org/show_bug.cgi?id=744572
2015-03-28 18:22:21 +01:00
Tim-Philipp Müller
8f1fbf8d6c
dvbsub: fix indentation
2015-03-10 09:33:15 +00:00
Tim-Philipp Müller
0a467495c2
Fix double semicolons
2015-03-10 09:32:51 +00:00
Sebastian Dröge
7dc03df3de
Improve and fix LATENCY query handling
...
This now follows the design docs everywhere, especially the maximum latency
handling.
https://bugzilla.gnome.org/show_bug.cgi?id=744106
2015-02-11 13:56:48 +01:00
Vincent Penquerc'h
86562f56e2
dvdlpcmdec: set channel positions using the appropriate API
...
https://bugzilla.gnome.org/show_bug.cgi?id=731038
2014-11-12 14:23:30 +00:00
Tim-Philipp Müller
3afe2b7bd1
asfdemux: fix comment
2014-11-05 23:34:56 +00:00
Edward Hervey
ec19c9b6e4
asfdemux: Send duration query upstream first
...
An upstream element (like mms or some dlna source) might be able to
answer the query. Try that first, else fallback to standard logic
2014-11-05 13:45:29 +01:00
Tim-Philipp Müller
ccb4ae449a
asf: fix up file mode
2014-11-02 17:32:45 +00:00
Guillaume Desmottes
07f2043e58
asfdemux: first try to delegate TIME seek events upstream
...
We should give a chance to upstream to handle TIME seek events before trying
to handle it in asfdemux.
Fix a bug where fast backward seeks where discarded right away because they
were not supported by asfdemux.
https://bugzilla.gnome.org/show_bug.cgi?id=734471
2014-09-16 12:13:41 -03:00
Guillaume Desmottes
8dff7bb38d
asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT
...
We can safely ignore those but best to claim to understand this object type so
we don't raise a warning.
https://bugzilla.gnome.org/show_bug.cgi?id=736060
2014-09-05 10:49:16 +03:00
Thiago Santos
2863d9ae00
asfdemux: if video is h264, check the codec_data for bytestream data
...
For bytestream we don't want to expose it as codec_data but rather as
streamheader as it is not out-of-band data but data that should be
prepended to the beginning of the stream before the other buffers.
https://bugzilla.gnome.org/show_bug.cgi?id=735070
2014-08-27 10:54:18 -03:00
Thiago Santos
30b8d8a4be
asfdemux: simplify log statement
...
Use the GST_PTR_FORMAT to print the buffer
2014-08-08 16:48:37 -03:00
Sebastian Rasmussen
e593ae2db6
rademux: Print invalid fourcc in error message in hex
...
Previously this was printed as characters which caused later processing
of the error message to sometimes warn about non-UTF-8 characters.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732716
2014-07-04 08:41:13 +01:00
Thiago Santos
a71a239572
rmdemux: use GstFlowCombiner
...
Removes flow return combination code to use the newly added GstFlowCombiner
https://bugzilla.gnome.org/show_bug.cgi?id=709224
2014-06-03 10:04:01 -03:00
Thiago Santos
df4a98e510
asfdemux: use GstFlowCombiner
...
Removes flow return combination code to use the newly added GstFlowCombiner
https://bugzilla.gnome.org/show_bug.cgi?id=709224
2014-06-03 10:04:01 -03:00
Matej Knopp
eb65696251
asfdemux: Handle initial 0 timestamp that should have been -1
...
https://bugzilla.gnome.org/show_bug.cgi?id=719660
2014-05-26 09:56:11 +02:00
Sebastian Dröge
9953165336
rtspreal: Fix some memory leaks in an error path
...
CID 1212165.
2014-05-16 12:21:58 +02:00
Tim-Philipp Müller
441e4f33b6
docs: remove outdated and pointless 'Last reviewed' lines from docs
...
They are very confusing for people, and more often than not
also just not very accurate. Seeing 'last reviewed: 2005' in
your docs is not very confidence-inspiring. Let's just remove
those comments.
2014-04-27 00:29:16 +01:00
Vincent Penquerc'h
c261beac63
dvdsubdec: fix spurious rejection of 0 time offset commands
...
Coverity 206168
2014-04-10 17:29:30 +01:00
Edward Hervey
fffcbfc127
asfdemux: Fix payloads check
...
Don't iterate stream->payloads if ... it doesn't exist
CID #1139846
2014-04-03 15:06:22 +02:00
Stefan Sauer
c10d042a0d
xingmux: add muxer category and make element plugable
...
This is required to make encodebin consider the element. Yet it is not enough to
have it plugged it has a lower priority than most mp3encoders and no different
caps.
2014-02-26 11:31:49 +01:00
Sebastian Dröge
abb56c3803
asfdemux: Remove unused function
2014-02-09 23:41:36 +01:00
Tim-Philipp Müller
12509f4a80
asfdemux: only add "format" field with fourcc to WMV caps
...
Doesn't make sense for e.g. H264 or MJPEG.
2014-01-03 16:20:11 +00:00
HyeJin Choi
1e74f611ee
asfdemux: mo_size check bug fix. mo_size is not mandatory field.
...
So, don't need to check previous payload's mo_size and current
payload's mo_size when merging it.
https://bugzilla.gnome.org/show_bug.cgi?id=710609
2013-10-29 12:05:56 -03:00
Thiago Santos
3de558d96b
asfdemux: Keep audio error checking fields only for audio
...
Video shouldn't need to be descrambled, this can cause frames data
to be corrupted
https://bugzilla.gnome.org/show_bug.cgi?id=684942
2013-10-22 16:16:43 -03:00
Thiago Santos
94a183a071
asfdemux: really copy the buffer data
...
Pass the copy-memory flag to copy the memory for the output buffer,
otherwise we end with 0-sized buffers
https://bugzilla.gnome.org/show_bug.cgi?id=684942
2013-10-22 15:24:04 -03:00
Thiago Santos
556055e2f1
asfdemux: Only use segment.start as seek_time if it is relative
...
Relying on the gst_segment_do_seek results for getting the
seeking time should not be used if seek type is SET because the
do_seek function makes the 'cur` position of the seek normalized
on the segment range. This means that seeking beyond the end of the
file might not result in instant EOS as it will end up seeking to
the final ts of the file.
In asf seeking to the final timestamp can lead to seeking to the last
keyframe, meaning a few seconds of video will still be played, which should
not be the desired behavior when seeking beyong file limits.
2013-09-24 14:43:34 -07:00
Thiago Santos
abe5ca6d96
asfdemux: Parse last simple index entry
...
The entry size is fixed at 6, fix typo to finish parsing the index
correctly until the last sample
2013-09-24 14:43:34 -07:00
Matej Knopp
c5312c7105
asfdemux: fix playback regression in push mode
2013-09-18 18:20:00 +02:00
Thiago Santos
6a5c767ce5
asfdemux: remove unused variable
2013-09-10 19:51:05 -03:00
Matej Knopp
fad302b573
asfdemux: fix build on C89 compilers
2013-08-08 11:56:19 +02:00
Matej Knopp
f27c832011
asfdemux: fix seeking in push mode
2013-08-08 11:56:19 +02:00
Sebastian Dröge
4b0f044151
gst: Don't swap start/stop for negative rates in the SEGMENT query
2013-07-29 12:13:17 +02:00
Sebastian Dröge
eb5dfd5436
real: Implement SEGMENT query
2013-07-29 10:57:38 +02:00
Sebastian Dröge
1ce9d7b2d1
asfdemux: Implement SEGMENT query
2013-07-29 10:56:06 +02:00
Matej Knopp
1803b3c185
asfdemux: Add support for dvr-ms
...
https://bugzilla.gnome.org/show_bug.cgi?id=705026
2013-07-29 10:07:55 +02:00
Edward Hervey
8f6e8ef56b
rtspreal: Ensure output value has an assigned value
...
In the case where this macro was used, that dest was != NULL but that
the strncmp failed, we would end up with dest_len being undefined.
2013-07-26 16:47:48 +02:00
Thiago Santos
c2eb7118be
asfdemux: fix seqnum handling for seeks
...
Use the same seqnum as the seek for flushes/segments that are
caused by the seek. Also do the same for segment events
Fixes #676242
2013-07-25 15:27:22 -03:00
Sebastian Dröge
a8a32d1317
realmedia: Add support for group-id in the stream-start event
2013-07-22 16:02:46 +02:00
Sebastian Dröge
bde41413f6
asfdemux: Add support for group-id in the stream-start event
2013-07-22 16:02:46 +02:00