After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 161324 - [mpeg2subt] linking error
[mpeg2subt] linking error
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-15 00:30 UTC by Stephane Loeuillet
Modified: 2005-07-02 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephane Loeuillet 2004-12-15 00:30:30 UTC
i tried to use mpeg2subt to see subs from a DVB capture (a mpeg PS containing subs)

i knew it contains subs as with mpegdemux, it used to tell me :
** (totem:8573): WARNING **: don't know how to handle video/x-dvd-subpicture
** (totem:8573): WARNING **: unknown stream found

so, i choosed dvddemux instead, which handles subs, and the following pipeline
crashed :

gst-launch filesrc location=MCM\ POP\ -\ October\ 25\ 01\ 59\ 34.mpg ! dvddemux
name=demux ! mpeg2subt ! ffmpegcolorspace ! xvimagesink
EXECUTION du tube en cours ...
ERROR (0x8050900 - 306408:32:15.543270000)        GST_PADS(22244)
gstpad.c(3280):gst_pad_pull:<mpeg2subt0> pull on pad mpeg2subt0:video but it was
unlinked
ERROR: from element /pipeline0/mpeg2subt0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(3280): gst_pad_pull: /pipeline0/mpeg2subt0:
pull on pad mpeg2subt0:video but it was unlinked
ERROR (0x8050900 - 306408:32:15.756690000)       scheduler(22244)
gstoptimalscheduler.c(2627):gst_opt_scheduler_iterate:<GstOptScheduler@0x82084f0>
in error state
Execution ended after 1 iterations (sum 213728000 ns, average 213728000 ns, min
213728000 ns, max 213728000 ns).

got latest CVS of everything (gst core, plugins, ffmpeg and totem)
Comment 1 Ronald Bultje 2005-07-02 09:08:54 UTC
playbin now uses dvdsubdec for DVD subtitle decoding. mpeg2sub is deprecated.
Marking obsolete.