platform/upstream/gstreamer.git
15 years agogppmux: Add MPEG-4 part 2 to supported formats. Fixes #581593.
Mark Nauwelaerts [Sun, 10 May 2009 19:21:36 +0000 (21:21 +0200)]
gppmux: Add MPEG-4 part 2 to supported formats.  Fixes #581593.

15 years agofaad: Fix configure check for the FAAD version
Sebastian Dröge [Sun, 10 May 2009 15:17:15 +0000 (17:17 +0200)]
faad: Fix configure check for the FAAD version

The previous version matched things like 297 for
version 2.7, etc which could be added to the file
by other headers.

Fixes bug #582074.

15 years agoRun libtoolize before aclocal
Marc-Andre Lureau [Sun, 10 May 2009 09:17:17 +0000 (11:17 +0200)]
Run libtoolize before aclocal

This unbreaks the build in some cases. Fixes bug #582021

15 years agomxfmux: Fix uninitialized variable compiler warning
Tristan Matthews [Sun, 10 May 2009 08:40:36 +0000 (10:40 +0200)]
mxfmux: Fix uninitialized variable compiler warning

This will always be set to something but gcc didn't detect
this. Fixes bug #582013.

15 years agoRemove wrong stuff from preset file
Christian Schaller [Sat, 9 May 2009 22:47:39 +0000 (23:47 +0100)]
Remove wrong stuff from preset file

15 years agomxfmux: Write metadata items in reference order
Sebastian Dröge [Sat, 9 May 2009 13:48:54 +0000 (15:48 +0200)]
mxfmux: Write metadata items in reference order

This ensures that the metadata items are always written
in the same order and that first comes the preface,
then the identification linked from the preface, ...

Some demuxers can't handle files where the metadata
items are in random order.

15 years agomxfmux: Fix EOS logic again
Sebastian Dröge [Sat, 9 May 2009 13:48:41 +0000 (15:48 +0200)]
mxfmux: Fix EOS logic again

15 years agomxfmux: Don't unref NULL buffers if pushing a buffer after the first failed
Sebastian Dröge [Sat, 9 May 2009 13:48:01 +0000 (15:48 +0200)]
mxfmux: Don't unref NULL buffers if pushing a buffer after the first failed

15 years agoAdd a more representative example preset file for x264
Christian Schaller [Sat, 9 May 2009 11:42:25 +0000 (12:42 +0100)]
Add a more representative example preset file for x264

15 years agompegtsdemux: Add initial naive seeking support and fix duration query.
Zaheer Merali [Fri, 8 May 2009 17:24:28 +0000 (18:24 +0100)]
mpegtsdemux: Add initial naive seeking support and fix duration query.

Sync from gst-fluendo-mpegdemux and have seeking/duration query
improvements in. No support however for wrapped around pcrs etc. but a
start nonetheless.
Also fix indentation issues.

15 years agoComment out preset not in yet
Christian Schaller [Fri, 8 May 2009 15:38:26 +0000 (16:38 +0100)]
Comment out preset not in yet

15 years agodeinterlace2: Add a disabled mode for passthrough operation
Sebastian Dröge [Fri, 8 May 2009 13:39:24 +0000 (15:39 +0200)]
deinterlace2: Add a disabled mode for passthrough operation

Also allow to change the mode in PAUSED and PLAYING by updating
the caps if necessary.

15 years agoAdd ranks to various muxers and encoders in -bad
Christian Schaller [Thu, 7 May 2009 16:53:42 +0000 (17:53 +0100)]
Add ranks to various muxers and encoders in -bad

15 years agoUpdate spec file
Christian Schaller [Thu, 7 May 2009 16:34:36 +0000 (17:34 +0100)]
Update spec file

15 years agoscaletempo: Don't require gconfaudiosink in the demo
Rov Juvano [Thu, 7 May 2009 11:12:34 +0000 (13:12 +0200)]
scaletempo: Don't require gconfaudiosink in the demo

Fixes bug #537700.

15 years agoresindvd: Don't open all VTS ifo at the start
Jan Schmidt [Wed, 6 May 2009 20:48:30 +0000 (21:48 +0100)]
resindvd: Don't open all VTS ifo at the start

Load each VTS ifo the first time the disc enters that VTS,
rather than scanning them all at the start.

15 years agoresindvd: Send a title tag when we change chapter/menu/angle
Jan Schmidt [Wed, 6 May 2009 20:19:13 +0000 (21:19 +0100)]
resindvd: Send a title tag when we change chapter/menu/angle

Allow apps like Totem to display a nicer title that reflects the current
position on the disc.

15 years agoresindvd: Don't send highlight-reset messages when not needed
Jan Schmidt [Tue, 5 May 2009 12:18:20 +0000 (13:18 +0100)]
resindvd: Don't send highlight-reset messages when not needed

Fix a small bug that results in the SPU highlight being reset more often
than is necessary - ie, clearing it when it's already cleared.

15 years agoresindvd: send angles-changed messages when appropriate
Jan Schmidt [Tue, 5 May 2009 12:14:47 +0000 (13:14 +0100)]
resindvd: send angles-changed messages when appropriate

When the current angle changes, or the number of available angles changes,
send an angles-changed message to let the app know.

15 years agoresindvd: Make the next/prev angle switching cycle at the ends
Jan Schmidt [Tue, 5 May 2009 10:34:26 +0000 (11:34 +0100)]
resindvd: Make the next/prev angle switching cycle at the ends

When the current angle is 1 and prev_angle is requested, loop to the
maximum angle and vice versa for next_angle

15 years agompeg4videoparse: don't leak the config data
Arnout Vandecappelle [Tue, 5 May 2009 14:54:39 +0000 (16:54 +0200)]
mpeg4videoparse: don't leak the config data

Clear the config data when going to READY or when disposed.
Fixes #581427

15 years agortpssrcdemux: drop unexpected RTCP packets
Wim Taymans [Tue, 5 May 2009 14:48:37 +0000 (16:48 +0200)]
rtpssrcdemux: drop unexpected RTCP packets

We usually only get SR packets in our chain function but if an invalid packet
contains the SR packet after the RR packet, we must not fail but simply ignore
the malformed packet.

Fixes #581375

15 years agompegtsparse: Remember pids that are meant to be stream pids.
Zaheer Abbas Merali [Mon, 4 May 2009 21:09:05 +0000 (22:09 +0100)]
mpegtsparse: Remember pids that are meant to be stream pids.

Fixes #569781

15 years agocelt: Implement preset interface
Sebastian Dröge [Mon, 4 May 2009 10:37:31 +0000 (12:37 +0200)]
celt: Implement preset interface

15 years agodirac: Implement preset interface
Sebastian Dröge [Mon, 4 May 2009 10:36:17 +0000 (12:36 +0200)]
dirac: Implement preset interface

15 years agojp2kenc: Implement preset interface
Sebastian Dröge [Mon, 4 May 2009 10:34:59 +0000 (12:34 +0200)]
jp2kenc: Implement preset interface

15 years agompeg2enc: Implement Preset interface
Sebastian Dröge [Mon, 4 May 2009 10:33:41 +0000 (12:33 +0200)]
mpeg2enc: Implement Preset interface

15 years agoxvid: Implement Preset interface
Sebastian Dröge [Mon, 4 May 2009 10:31:58 +0000 (12:31 +0200)]
xvid: Implement Preset interface

15 years agofaac: Implement preset interface
Sebastian Dröge [Mon, 4 May 2009 10:30:26 +0000 (12:30 +0200)]
faac: Implement preset interface

15 years agompegtsparse: Ignore subtable extension when parsing PAT
Vincent Genieux [Sun, 3 May 2009 16:42:44 +0000 (17:42 +0100)]
mpegtsparse: Ignore subtable extension when parsing PAT

Fixes #569673.

15 years agompegtsparse: make safe changing the program-numbers property dynamically
Vincent Genieux [Sun, 3 May 2009 16:21:22 +0000 (17:21 +0100)]
mpegtsparse: make safe changing the program-numbers property dynamically

Fixes #569437.

15 years agomms: extend BaseSrc query handling rather than overriding
Mark Nauwelaerts [Sun, 3 May 2009 12:28:51 +0000 (14:28 +0200)]
mms: extend BaseSrc query handling rather than overriding

15 years agobaseparse: fix (regression in) newsegment handling
Mark Nauwelaerts [Mon, 27 Apr 2009 20:39:15 +0000 (22:39 +0200)]
baseparse: fix (regression in) newsegment handling

(aacparse, amrparse, flacparse).  Fixes #580133.

15 years agodvbsrc: fix pes filter pid resetting
Zaheer Merali [Sat, 2 May 2009 11:23:03 +0000 (12:23 +0100)]
dvbsrc: fix pes filter pid resetting

15 years agodtsdec: cosmetic fix to header structure to make gtk-doc happy
Tim-Philipp Müller [Fri, 1 May 2009 01:26:22 +0000 (02:26 +0100)]
dtsdec: cosmetic fix to header structure to make gtk-doc happy

15 years agodocs: make fpsdisplaysink show up in the docs
Tim-Philipp Müller [Fri, 1 May 2009 13:25:40 +0000 (14:25 +0100)]
docs: make fpsdisplaysink show up in the docs

15 years agofpsdisplaysink: move private struct into plugin struct and use Gst namespace
Tim-Philipp Müller [Fri, 1 May 2009 01:21:10 +0000 (02:21 +0100)]
fpsdisplaysink: move private struct into plugin struct and use Gst namespace

15 years agofpsdisplaysink: rename plugin (not element) to debugutilsbad
Tim-Philipp Müller [Fri, 1 May 2009 00:59:56 +0000 (01:59 +0100)]
fpsdisplaysink: rename plugin (not element) to debugutilsbad

Makes it easier to add further utils here without creating yet another plugin.

15 years agodvbsrc: unset pid filters correctly
Zaheer Merali [Fri, 1 May 2009 13:28:23 +0000 (14:28 +0100)]
dvbsrc: unset pid filters correctly

15 years agoqtmux: changes caps of src pads to video/quicktime, variant=something
Thiago Santos [Thu, 30 Apr 2009 17:43:36 +0000 (14:43 -0300)]
qtmux: changes caps of src pads to video/quicktime, variant=something

Take a look at bug #580005 for further info.

15 years agoMerge branch 'master' of ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-plugins-bad
Christian Schaller [Thu, 30 Apr 2009 16:29:35 +0000 (17:29 +0100)]
Merge branch 'master' of ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-plugins-bad

15 years agoUpdate for new presets file
Christian Schaller [Thu, 30 Apr 2009 16:28:47 +0000 (17:28 +0100)]
Update for new presets file

15 years agofpsdisplaysink: init variable to NULL to avoid compiler warning
Tristan Matthews [Thu, 30 Apr 2009 16:08:52 +0000 (17:08 +0100)]
fpsdisplaysink: init variable to NULL to avoid compiler warning

Fixes #580901.

15 years agodvdspu: do some basic clipping
Wim Taymans [Thu, 30 Apr 2009 12:20:16 +0000 (14:20 +0200)]
dvdspu: do some basic clipping

Add some basic clipping of the subtitle region when the subtitle is bigger than
the image we should put it on.

15 years agodvdspu: don't EOS when the subtitle got EOS
Wim Taymans [Thu, 30 Apr 2009 12:18:58 +0000 (14:18 +0200)]
dvdspu: don't EOS when the subtitle got EOS

Don't forward the EOS on the subtitle pad as the video might still be running.

15 years agofpsdisplay: code cleanup and plug overlay as needed
Stefan Kost [Thu, 30 Apr 2009 10:45:30 +0000 (13:45 +0300)]
fpsdisplay: code cleanup and plug overlay as needed

Pluggin the text-ovelay causes some slowdowns and might need a colorspace
converter. We now only check the text-overlay property whne goint to ready and
plug or unplug the text-overlay at that time. If the property changes during
playing, its not switched immediately.

15 years agox264enc: add preset support
Stefan Kost [Wed, 29 Apr 2009 21:06:36 +0000 (00:06 +0300)]
x264enc: add preset support

Add preset iface and a (dummy) preset file as a starting point.

15 years agoresindvd: Convert some g_print to GST_LOG_OBJECT and friends, remove some others
Jan Schmidt [Sun, 26 Apr 2009 20:26:00 +0000 (21:26 +0100)]
resindvd: Convert some g_print to GST_LOG_OBJECT and friends, remove some others

Trim down the g_print verbosity.

15 years agoresindvd: Add DVDFASTSTART env var to making some testing easier
Jan Schmidt [Sun, 26 Apr 2009 20:29:27 +0000 (21:29 +0100)]
resindvd: Add DVDFASTSTART env var to making some testing easier

15 years agoresindvd: Remove redundant modulo operation in the demuxer
Jan Schmidt [Fri, 24 Apr 2009 13:08:55 +0000 (14:08 +0100)]
resindvd: Remove redundant modulo operation in the demuxer

15 years agoresindvd: Map audio and subpicture logical streams to physical.
Jan Schmidt [Fri, 24 Apr 2009 13:07:30 +0000 (14:07 +0100)]
resindvd: Map audio and subpicture logical streams to physical.

The logical audio and subpicture stream number doesn't always correspond
with the physical substream it is coming from. When configuring the demuxer
pads, use the mapping table provided in each PGC to get the layout and
ensure the demuxer creates the correct pads.

15 years agoflvmux: init variable to NULL to fix compiler warning
Tristan Matthews [Wed, 29 Apr 2009 17:52:20 +0000 (18:52 +0100)]
flvmux: init variable to NULL to fix compiler warning

Fixes #580786.

15 years agox264enc: add some documentation on profile
Mark Nauwelaerts [Wed, 29 Apr 2009 14:57:36 +0000 (16:57 +0200)]
x264enc: add some documentation on profile

15 years agoflv: Set/require the framed/parsed fields of the audio/mpeg caps to TRUE
Sebastian Dröge [Wed, 29 Apr 2009 11:56:07 +0000 (13:56 +0200)]
flv: Set/require the framed/parsed fields of the audio/mpeg caps to TRUE

15 years agoflv: Always write at least the minimal tags and write the PAR as tags
Sebastian Dröge [Wed, 29 Apr 2009 11:16:25 +0000 (13:16 +0200)]
flv: Always write at least the minimal tags and write the PAR as tags

15 years agoflv: Add support for muxing some tags
Sebastian Dröge [Wed, 29 Apr 2009 11:03:46 +0000 (13:03 +0200)]
flv: Add support for muxing some tags

15 years agoflv: Add support for title tag
Sebastian Dröge [Wed, 29 Apr 2009 11:03:27 +0000 (13:03 +0200)]
flv: Add support for title tag

15 years agoflv: Fix parsing of tags and add new mappings
Sebastian Dröge [Wed, 29 Apr 2009 07:40:41 +0000 (09:40 +0200)]
flv: Fix parsing of tags and add new mappings

We shouldn't register a new GstTag for every unknown tag
we find as this might lead to conflicts and also those
tags are essentially unknown.

Add mappings for some known tags and also convert string
dates to GDate, as found in many FLV files.

15 years agortpmux: Reject wrong caps
Olivier Crête [Tue, 28 Apr 2009 20:10:21 +0000 (16:10 -0400)]
rtpmux: Reject wrong caps

15 years agortpmux: Fix leak
Olivier Crête [Tue, 28 Apr 2009 20:03:19 +0000 (16:03 -0400)]
rtpmux: Fix leak
Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>

15 years agortpmux: Fix leak
Olivier Crête [Tue, 28 Apr 2009 19:58:41 +0000 (15:58 -0400)]
rtpmux: Fix leak

Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>

15 years agortpsouce: make WARNING into LOG
Olivier Crete [Mon, 27 Apr 2009 09:09:08 +0000 (11:09 +0200)]
rtpsouce: make WARNING into LOG

Since neither rtpmanager nor any of the payloaders properly implement
pad allocation, there is no way for the rtpmanager to inform downstream elements
of the new SSRC if there is an SSRC collision. So the warning is emitted all the
time and it is confusing.

Fixes #580144

15 years agortpsession: notify when SSRC changes
Olivier Crete [Mon, 27 Apr 2009 09:06:01 +0000 (11:06 +0200)]
rtpsession: notify when SSRC changes

Emit a g_object_notify when the SSRc changes because of a collision.
Fixes #580144

15 years agoAdd new plugin to spec file and add missing header to gst/dccp/Makefile.am
Christian Schaller [Mon, 27 Apr 2009 09:04:51 +0000 (10:04 +0100)]
Add new plugin to spec file and add missing header to gst/dccp/Makefile.am

15 years agotests: make git ignore new unit tests binaries
Tim-Philipp Müller [Fri, 24 Apr 2009 23:44:15 +0000 (00:44 +0100)]
tests: make git ignore new unit tests binaries

15 years agowin32: dist libgstdshow.def by adding it to win32/MANIFEST
Tim-Philipp Müller [Fri, 24 Apr 2009 23:42:44 +0000 (00:42 +0100)]
win32: dist libgstdshow.def by adding it to win32/MANIFEST

Fixes #578563.

15 years agomp4mux: Changes src caps to application/x-iso-mp4
Thiago Santos [Fri, 24 Apr 2009 21:53:36 +0000 (18:53 -0300)]
mp4mux: Changes src caps to application/x-iso-mp4

Fixes #580005

15 years agowin32: Commit the win32 config with bumped version number.
Jan Schmidt [Fri, 24 Apr 2009 15:01:44 +0000 (16:01 +0100)]
win32: Commit the win32 config with bumped version number.

Should have committed this when I unfroze the build last time, sorry.

15 years agocheck: exclude rsndvdbin from the states test
Jan Schmidt [Fri, 24 Apr 2009 13:51:00 +0000 (14:51 +0100)]
check: exclude rsndvdbin from the states test

15 years agosoundtouch: fix configure to use proper shell syntax. fixes #580091
Stefan Kost [Fri, 24 Apr 2009 12:42:27 +0000 (15:42 +0300)]
soundtouch: fix configure to use proper shell syntax. fixes #580091

15 years agosoundtouch: Fix compilation on newer libSoundTouch
Jan Schmidt [Thu, 23 Apr 2009 16:33:25 +0000 (17:33 +0100)]
soundtouch: Fix compilation on newer libSoundTouch

Newer libsoundtouch requires that we include an extra header that wasn't
previously required, so define HAVE_SOUNDTOUCH_1_4 for newer builds so that it
gets included.

15 years agofpsdisplay: more cleanups
Stefan Kost [Mon, 20 Apr 2009 08:38:01 +0000 (11:38 +0300)]
fpsdisplay: more cleanups

Use normal gst-defines in PLUGIN_DEFINE. Shorten _start/stop method names.
More ideas. Move debug category-init down to plugin-init.

15 years agofpsdisplay: use a nicer font family
Stefan Kost [Mon, 20 Apr 2009 06:51:50 +0000 (09:51 +0300)]
fpsdisplay: use a nicer font family

15 years agofpsdisplay: various cleanups, docs and comments
Stefan Kost [Mon, 20 Apr 2009 07:24:37 +0000 (10:24 +0300)]
fpsdisplay: various cleanups, docs and comments

Remove unused base_init. Add basic doc blob. Reuse query object. Rename
variables for clarity. Add comments and ToDos.

15 years agofpsdisplay: remove iface proxy
Stefan Kost [Mon, 20 Apr 2009 06:49:32 +0000 (09:49 +0300)]
fpsdisplay: remove iface proxy

When we get bus messages for setting the xid, we have the real sink element
instance as message_src. No need to proxy the xoverlay iface therefore
(autovideosink does not do it either). Also we don't need to rewrite the
message src of all messages from that sink.

15 years agoinput-selector: Forward segment events for the active pad immediately.
Jan Schmidt [Thu, 23 Apr 2009 10:04:46 +0000 (11:04 +0100)]
input-selector: Forward segment events for the active pad immediately.

When a segment event is received on the active pad, forward it downstream
immediately instead of deferring it until the next data buffer arrives. This
fixes problems with segment updates never being sent downstream, like those
needed for sparse streams, or for closing previously opened segments.

This fixes playback of DVD menus with a still video frame and an audio track,
for example.

Fixes: #577843

15 years agortpmux: Fix warning
Olivier Crête [Wed, 22 Apr 2009 22:01:07 +0000 (18:01 -0400)]
rtpmux: Fix warning

15 years agortpmux: Set different caps depending on the input
Olivier Crête [Tue, 21 Apr 2009 00:00:15 +0000 (20:00 -0400)]
rtpmux: Set different caps depending on the input

15 years agortpmux: Only free pad private when pad is disposed
Olivier Crête [Wed, 22 Apr 2009 20:25:07 +0000 (16:25 -0400)]
rtpmux: Only free pad private when pad is disposed

15 years agoflv: Add documentation to flvmux and flvdemux
Sebastian Dröge [Wed, 22 Apr 2009 17:52:05 +0000 (19:52 +0200)]
flv: Add documentation to flvmux and flvdemux

Partially fixes bug #573737.

15 years agomxf: Mark most fields of the instance struct as private
Sebastian Dröge [Wed, 22 Apr 2009 17:45:07 +0000 (19:45 +0200)]
mxf: Mark most fields of the instance struct as private

15 years agodeinterlace2: Add documentation and integrate into the build system
Sebastian Dröge [Wed, 22 Apr 2009 17:43:22 +0000 (19:43 +0200)]
deinterlace2: Add documentation and integrate into the build system

15 years agomxf: Add documentation to mxfmux and update the docs
Sebastian Dröge [Wed, 22 Apr 2009 17:24:43 +0000 (19:24 +0200)]
mxf: Add documentation to mxfmux and update the docs

15 years agomodplug: Use correct header file
LRN [Thu, 19 Mar 2009 22:37:17 +0000 (15:37 -0700)]
modplug: Use correct header file

modplug's sndfile.h conflicts with libsndfile's sndfile.h, so
we'll access it directly using modplug/sndfile.h.  Fixes #573849

Signed-off-by: David Schleef <ds@schleef.org>
15 years agosdl: Use SDL static-libs for conftest
LRN [Thu, 19 Mar 2009 22:29:04 +0000 (15:29 -0700)]
sdl: Use SDL static-libs for conftest

Fixes: #573847.  This fixes building with SDL on Windows.

Signed-off-by: David Schleef <ds@schleef.org>
15 years agompeg2enc: Get number of processors on win32
LRN [Thu, 19 Mar 2009 21:55:26 +0000 (14:55 -0700)]
mpeg2enc: Get number of processors on win32

Fixes #573848.

Signed-off-by: David Schleef <ds@schleef.org>
15 years agosoundtouch: Add pkgconfig check for soundtouch-1.4
David Schleef [Thu, 19 Mar 2009 21:49:13 +0000 (14:49 -0700)]
soundtouch: Add pkgconfig check for soundtouch-1.4

Fixes #573846.

15 years agoAdd interlaced support to videoparse
David Schleef [Thu, 26 Feb 2009 22:18:54 +0000 (14:18 -0800)]
Add interlaced support to videoparse

Add a virtual method in rawparse to set buffer flags.  This doesn't
use API from unreleased -base, since it defines GST_VIDEO_BUFFER_TFF
if it's not defined yet.

15 years agoAutomatic update of common submodule
Jan Schmidt [Tue, 21 Apr 2009 21:13:12 +0000 (22:13 +0100)]
Automatic update of common submodule

From b3941ea to 6ab11d1

15 years agoMerge branch 'rtpmux-fixes'
Olivier Crête [Tue, 21 Apr 2009 17:27:29 +0000 (13:27 -0400)]
Merge branch 'rtpmux-fixes'

15 years agommssrc: If the connection fails, emit a redirection msg to the rtsp equivalent.
Edward Hervey [Tue, 21 Apr 2009 14:48:39 +0000 (16:48 +0200)]
mmssrc: If the connection fails, emit a redirection msg to the rtsp equivalent.

This should help fix the issue with Windows Media Server using rtsp... but
still declaring the stream with mms://

15 years agompegdemux: Only error out at EOS push failure if we don't have any streams.
Edward Hervey [Tue, 21 Apr 2009 14:08:55 +0000 (16:08 +0200)]
mpegdemux: Only error out at EOS push failure if we don't have any streams.

This should remove the bogus error messages while still keeping the original
intent of this, which is to inform the pipeline/application/user that we
could not find any valid streams.

There are many reasons why pushing an event can fail, and not all of them are
because there's no link downstream (it could be because it was blocked, or
flushing).

15 years agompegtsdemux: add hack specific for itvhd
Zaheer Abbas Merali [Fri, 10 Apr 2009 17:24:26 +0000 (19:24 +0200)]
mpegtsdemux: add hack specific for itvhd

itvhd masks its h264 video stream as a private stream making it harder for
other set top boxes to decode. this checks for specific program number, video
pid and stream type combination before declaring it as h264.

15 years agompegtsparse: detect AC3 streams in PMT table
Zaheer Abbas Merali [Fri, 10 Apr 2009 17:06:55 +0000 (19:06 +0200)]
mpegtsparse: detect AC3 streams in PMT table

add 'has-ac3' boolean to pmt bus message

15 years agoitv hd hack
Zaheer Abbas Merali [Thu, 9 Apr 2009 23:16:30 +0000 (01:16 +0200)]
itv hd hack

15 years agohack for itvhd sid to detect mpeg1 as h264
Zaheer Abbas Merali [Thu, 9 Apr 2009 23:11:01 +0000 (01:11 +0200)]
hack for itvhd sid to detect mpeg1 as h264

15 years agortpmux: Remove useless caps mangling
Olivier Crête [Mon, 20 Apr 2009 22:41:39 +0000 (18:41 -0400)]
rtpmux: Remove useless caps mangling

15 years agortpmux: Rename variable for more clarity
Olivier Crête [Mon, 20 Apr 2009 22:36:42 +0000 (18:36 -0400)]
rtpmux: Rename variable for more clarity

15 years agortpmux: Use GST_BOILERPLATE
Olivier Crête [Mon, 20 Apr 2009 21:43:39 +0000 (17:43 -0400)]
rtpmux: Use GST_BOILERPLATE

15 years agortpmux: Do the includes locally
Olivier Crête [Mon, 20 Apr 2009 21:42:40 +0000 (17:42 -0400)]
rtpmux: Do the includes locally