Age | Commit message (Collapse) | Author | Files | Lines |
|
The problem is that after a discont, set_min_frame_size(1024) is called when
detect_stream returns FALSE. However, detect_stream calls check_adts_frame
which sets the frame size on its own to something larger than 1024. This is the
same situation as in the beginning, so the base class ends up calling
check_valid_frame in an endless loop.
|
|
Just moving code around and removing an unhelpful/misleading comment.
|
|
--
|
|
Use _lseeki64() on Windows to seek in large files.
Fixes #576021.
|
|
|
|
|
|
Fixes #575565
|
|
The whole raison d'etre of this typefinder is to help avoid false
positives when used in combination with our main typefinder in
-base. Its task is not really to typefind audio/video files, even
less so given that it detects *MIME* types, not GStreamer media
types. Therefore, if this typefinder detects an audio or video
type, don't even suggest it - our own typefinders are hopefully
better at this and detect the right type of type on top of that,
and even if they're not we really want to know about it and fix
it. Fixes #575157.
|
|
Silently ignore the seek event instead of returning FALSE.
|
|
Added a workarround to permit play certain malformed clips where first
SCR is greater than last SCR. Fixes bug #454228
|
|
|
|
The camerabin tests were throwing glib errors and hanging when
gst-plugins-good elements (jpegenc, videocrop) can't found.
|
|
Don't dist the generated marshal.h header by putting it in the headers
list.
|
|
|
|
until this is finished
|
|
Currently serializing of DM Frameworks is not supported
yet by DMS1 and will give us NULL.
|
|
Application developers won't know right away which module an interface comes from,
and may assume that it is covered by the usual GStreamer API guarantees, so make
it as clear as possible that this particular API is still subject to change
(should have done that with other libraries in -bad before too really).
|
|
If you're running things uninstalled, you might need to manually
remove the registry to get the plugin's features to show up
correctly. Also, you probably want to do a make clean to get rid
of the old plugin file.
|
|
Basically, at this point, the ffmpeg equivalent decoders perform way
better, so we'll make the ffmpeg equivalents PRIMARY and these
MARGINAL.
|
|
|
|
Fix memleak in mpegts_packetizer_clear where MpegTSPacketizerStream is
not freed properly when using foreach_stream_clear function.
|
|
Make the sync LUT table adjusted dynamically according to the size
of scanned data. Fixes demuxing buffers of any size.
|
|
fsselector is too close to selector, so import is as autoconvert. Not importing
the history because the directory is also called gst/selector and it fails.
|
|
|
|
|
|
|
|
|
|
compatibility
|
|
|
|
|
|
compatibility
|
|
|
|
|
|
gst_structure_id_set() will copy GstStructures instead of taking
the ownership.
|
|
|
|
Fixes bug #573288.
|
|
defined in the header)
gcc 4.3.3 found this one, I'm impressed.
|
|
Fixes bug #573391.
|
|
Fix compiler warning due to condition always being true - since we're
only looking at the final byte of the startcode (not the leading
0x000001), only check for < 0x1f, not < 0x11f
|
|
core before 0.10.22.1 produced assertions when storing typefind factories
with NULL caps in the registry.
|
|
We only need a Video Object Start code before we can start pushing out data.
Search for this code also instead of only looking for VOS and VOP.
Fixes #572551.
|
|
Revert the GString change. There are no marshallers for it. A better change is
now described in http://bugzilla.gnome.org/show_bug.cgi?id=573370.
Test should work again.
|
|
Baseparse internaly breaks the semantics of a _chain function by calling it with
buffer==NULL. The reson I belived it was okay to remove it was that there is
also an unchecked access to buffer later in _chain. Actually that code is wrong,
as it most probably wants to set discont on the outgoing buffer.
|
|
|
|
Should be "pixel-aspect-ratio".
|
|
Don't send events from the receiver to the sender side.
Fixes #572900.
|
|
Accordifn to docs for GstPadChainFunction buffer cannot be NULL. If we would
leave the check, we would also need more such check below.
|
|
No short-desc as we have them in the element details.
Also keep things (Makefile.am and sections.txt) sorted.
Reword ambigous returns. No text after since please.
|
|
don't ignore the return value of pull_range because we only get a valid non-NULL
buffer when the return value is GST_FLOW_OK. Avoids a crash when the pipeline is
shutting down.
|
|
Use GString instead of GPointer for the marshaller as this is what the callback uses.
Slightly reformat docs.
|